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