Class: Sink::Models::ResponseObjectWithHeavilyNestedUnionResponse
- Inherits:
-
BaseModel
- Object
- BaseModel
- Sink::Models::ResponseObjectWithHeavilyNestedUnionResponse
- Defined in:
- lib/sink/models/response_object_with_heavily_nested_union_response.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ ResponseObjectWithHeavilyNestedUnionResponse
constructor
Create a new instance of ResponseObjectWithHeavilyNestedUnionResponse from a Hash of raw data.
Methods inherited from BaseModel
#[], #deconstruct_keys, #inspect, #to_h, #to_s
Constructor Details
#initialize(data = {}) ⇒ ResponseObjectWithHeavilyNestedUnionResponse
Create a new instance of ResponseObjectWithHeavilyNestedUnionResponse from a
Hash of raw data.
6 |
# File 'lib/sink/models/response_object_with_heavily_nested_union_response.rb', line 6 def initialize(data = {}) = super |
Instance Attribute Details
#union_prop ⇒ Sink::Models::ResponseObjectWithHeavilyNestedUnionResponse::UnionProp::UnnamedTypeWithunionParent1, Sink::Models::ResponseObjectWithHeavilyNestedUnionResponse::UnionProp::UnnamedTypeWithunionParent2
8 |
# File 'lib/sink/models/response_object_with_heavily_nested_union_response.rb', line 8 required :union_prop, Sink::Unknown |