Method: AmzSpApi::OrdersApiModel::OrderItemsList.build_from_hash
- Defined in:
- lib/orders-api-model/models/order_items_list.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
125 126 127 |
# File 'lib/orders-api-model/models/order_items_list.rb', line 125 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |