Method: UpBankingClient::ErrorObjectSource.build_from_hash
- Defined in:
- lib/up_banking/models/error_object_source.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
113 114 115 |
# File 'lib/up_banking/models/error_object_source.rb', line 113 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |