Method: XeroRuby::Accounting::HistoryRecords.build_from_hash
- Defined in:
- lib/xero-ruby/models/accounting/history_records.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
94 95 96 |
# File 'lib/xero-ruby/models/accounting/history_records.rb', line 94 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |