Class: Sink::Models::ObjectMultipleArrayPropertiesSameRefResponse::Foo
- Inherits:
-
BaseModel
- Object
- BaseModel
- Sink::Models::ObjectMultipleArrayPropertiesSameRefResponse::Foo
- Defined in:
- lib/sink/models/object_multiple_array_properties_same_ref_response.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ Foo
constructor
Create a new instance of Foo from a Hash of raw data.
Methods inherited from BaseModel
#[], #deconstruct_keys, #inspect, #to_h, #to_s
Constructor Details
#initialize(data = {}) ⇒ Foo
Create a new instance of Foo from a Hash of raw data.
5 |
# File 'lib/sink/models/object_multiple_array_properties_same_ref_response.rb', line 5 def initialize(data = {}) = super |
Instance Attribute Details
#foo ⇒ String
52 |
# File 'lib/sink/models/object_multiple_array_properties_same_ref_response.rb', line 52 optional :foo, String |