Class: ArrayMapObject

Inherits:
Petstore::Category
  • Object
show all
Defined in:
lib/service/api/rapid7_insightvm_client/spec/base_object_spec.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#boolean_false_arrObject

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_arrObject

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_arrObject

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_mapObject

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_mapObject

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_arrObject

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_mapObject

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_mapObject

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_mapObject



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_typesObject



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