Class: ArrayMapObject
- Inherits:
-
Petstore::Category
- Object
- Petstore::Category
- ArrayMapObject
- Defined in:
- lib/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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/service/api/rapid7_insightvm_client/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 |