Class: ArrayMapObject
- Inherits:
-
Petstore::Category
- Object
- Petstore::Category
- ArrayMapObject
- Defined in:
- lib/easy-ship-model/spec/base_object_spec.rb,
lib/feeds-api-model/spec/base_object_spec.rb,
lib/sales-api-model/spec/base_object_spec.rb,
lib/orders-api-model/spec/base_object_spec.rb,
lib/tokens-api-model/spec/base_object_spec.rb,
lib/reports-api-model/spec/base_object_spec.rb,
lib/sellers-api-model/spec/base_object_spec.rb,
lib/uploads-api-model/spec/base_object_spec.rb,
lib/finances-api-model/spec/base_object_spec.rb,
lib/services-api-model/spec/base_object_spec.rb,
lib/shipping-api-model/spec/base_object_spec.rb,
lib/messaging-api-model/spec/base_object_spec.rb,
lib/product-fees-api-model/spec/base_object_spec.rb,
lib/aplus-content-api-model/spec/base_object_spec.rb,
lib/authorization-api-model/spec/base_object_spec.rb,
lib/catalog-items-api-model/spec/base_object_spec.rb,
lib/fba-inventory-api-model/spec/base_object_spec.rb,
lib/notifications-api-model/spec/base_object_spec.rb,
lib/solicitations-api-model/spec/base_object_spec.rb,
lib/vendor-orders-api-model/spec/base_object_spec.rb,
lib/listings-items-api-model/spec/base_object_spec.rb,
lib/product-pricing-api-model/spec/base_object_spec.rb,
lib/vendor-invoices-api-model/spec/base_object_spec.rb,
lib/vendor-shipments-api-model/spec/base_object_spec.rb,
lib/shipment-invoicing-api-model/spec/base_object_spec.rb,
lib/fba-small-and-light-api-model/spec/base_object_spec.rb,
lib/fulfillment-inbound-api-model/spec/base_object_spec.rb,
lib/fulfillment-outbound-api-model/spec/base_object_spec.rb,
lib/merchant-fulfillment-api-model/spec/base_object_spec.rb,
lib/listings-restrictions-api-model/spec/base_object_spec.rb,
lib/fba-inbound-eligibility-api-model/spec/base_object_spec.rb,
lib/product-type-definitions-api-model/spec/base_object_spec.rb,
lib/vendor-transaction-status-api-model/spec/base_object_spec.rb,
lib/vendor-direct-fulfillment-orders-api-model/spec/base_object_spec.rb,
lib/vendor-direct-fulfillment-payments-api-model/spec/base_object_spec.rb,
lib/vendor-direct-fulfillment-shipping-api-model/spec/base_object_spec.rb,
lib/vendor-direct-fulfillment-inventory-api-model/spec/base_object_spec.rb,
lib/vendor-direct-fulfillment-transactions-api-model/spec/base_object_spec.rb,
lib/vendor-direct-fulfillment-sandbox-test-data-api-model/spec/base_object_spec.rb
Instance Attribute Summary collapse
-
#boolean_false_arr ⇒ Object
Returns the value of attribute boolean_false_arr.
-
#boolean_true_arr ⇒ Object
Returns the value of attribute boolean_true_arr.
-
#int_arr ⇒ Object
Returns the value of attribute int_arr.
-
#int_arr_map ⇒ Object
Returns the value of attribute int_arr_map.
-
#int_map ⇒ Object
Returns the value of attribute int_map.
-
#pet_arr ⇒ Object
Returns the value of attribute pet_arr.
-
#pet_arr_map ⇒ Object
Returns the value of attribute pet_arr_map.
-
#pet_map ⇒ Object
Returns the value of attribute pet_map.
Class Method Summary collapse
Instance Attribute Details
#boolean_false_arr ⇒ Object
Returns the value of attribute boolean_false_arr.
4 5 6 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 4 def boolean_false_arr @boolean_false_arr end |
#boolean_true_arr ⇒ Object
Returns the value of attribute boolean_true_arr.
4 5 6 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 4 def boolean_true_arr @boolean_true_arr end |
#int_arr ⇒ Object
Returns the value of attribute int_arr.
4 5 6 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 4 def int_arr @int_arr end |
#int_arr_map ⇒ Object
Returns the value of attribute int_arr_map.
4 5 6 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 4 def int_arr_map @int_arr_map end |
#int_map ⇒ Object
Returns the value of attribute int_map.
4 5 6 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 4 def int_map @int_map end |
#pet_arr ⇒ Object
Returns the value of attribute pet_arr.
4 5 6 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 4 def pet_arr @pet_arr end |
#pet_arr_map ⇒ Object
Returns the value of attribute pet_arr_map.
4 5 6 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 4 def pet_arr_map @pet_arr_map end |
#pet_map ⇒ Object
Returns the value of attribute pet_map.
4 5 6 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 4 def pet_map @pet_map end |
Class Method Details
.attribute_map ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 6 def self.attribute_map { :int_arr => :int_arr, :pet_arr => :pet_arr, :int_map => :int_map, :pet_map => :pet_map, :int_arr_map => :int_arr_map, :pet_arr_map => :pet_arr_map, :boolean_true_arr => :boolean_true_arr, :boolean_false_arr => :boolean_false_arr, } end |
.swagger_types ⇒ Object
19 20 21 22 23 24 25 26 27 28 29 30 |
# File 'lib/easy-ship-model/spec/base_object_spec.rb', line 19 def self.swagger_types { :int_arr => :'Array<Integer>', :pet_arr => :'Array<Pet>', :int_map => :'Hash<String, Integer>', :pet_map => :'Hash<String, Pet>', :int_arr_map => :'Hash<String, Array<Integer>>', :pet_arr_map => :'Hash<String, Array<Pet>>', :boolean_true_arr => :'Array<BOOLEAN>', :boolean_false_arr => :'Array<BOOLEAN>', } end |