Class: ArrayMapObject
- Inherits:
-
Petstore::Category
- Object
- Petstore::Category
- ArrayMapObject
- Defined in:
- 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/easy_ship_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/listings_items_api_model/spec/base_object_spec.rb,
lib/product_pricing_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
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/feeds_api_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/feeds_api_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/feeds_api_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/feeds_api_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/feeds_api_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/feeds_api_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/feeds_api_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/feeds_api_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/feeds_api_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/feeds_api_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 |