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