Method: Falcon::ModelsAPIUnidentifiedContainer.build_from_hash
- Defined in:
- lib/crimson-falcon/models/models_api_unidentified_container.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
409 410 411 |
# File 'lib/crimson-falcon/models/models_api_unidentified_container.rb', line 409 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |