Files
baclight/app/models/vhcs/hl_eggleston_card_benefit.rb
T
Jason Jordan 3fbece7da6 Init dump
2025-11-24 08:22:44 -05:00

15 lines
351 B
Ruby

module Vhcs
class HlEgglestonCardBenefit < VhcsRecord
self.table_name = 'HLEgglestonCardBenefit'
alias_attribute :id, :Id
alias_attribute :plan_id, :PlanId
alias_attribute :benefit_desc, :BenefitDesc
alias_attribute :benefit, :Benefit
alias_attribute :sequence, :Sequence
alias_attribute :plan_key, :PlanKey
end
end