Sha256: 8c499185579b5142d55e080f7b04e9c047ade623a7e89b6ecfef218f1bef6b7a
Contents?: true
Size: 370 Bytes
Versions: 16
Compression:
Stored size: 370 Bytes
Contents
module SiebelDonations class Balance < Base def self.path() '/staffAccount/balances'; end attr_reader :id, :primary, :staff_conference_savings_fund, :italian_savings_fund, :reimbursement_advance, :re_entry_fund, :return_travel_fund, :salary_advance def initialize(json) @id = json.first super(json.last) end end end
Version data entries
16 entries across 16 versions & 1 rubygems