Class: Sink::Models::WriteOnlyResponseSimpleResponse
- Defined in:
- lib/sink/models/write_only_response_simple_response.rb
Instance Attribute Summary collapse
-
#should_never_show_up ⇒ String
This should never be generated as it is a ‘writeOnly` property used in a response type.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ WriteOnlyResponseSimpleResponse
constructor
Create a new instance of WriteOnlyResponseSimpleResponse from a Hash of raw data.
Methods inherited from BaseModel
#[], #deconstruct_keys, #inspect, #to_h, #to_s
Constructor Details
#initialize(data = {}) ⇒ WriteOnlyResponseSimpleResponse
Create a new instance of WriteOnlyResponseSimpleResponse from a Hash of raw
data.
7 |
# File 'lib/sink/models/write_only_response_simple_response.rb', line 7 def initialize(data = {}) = super |
Instance Attribute Details
#should_never_show_up ⇒ String
This should never be generated as it is a ‘writeOnly` property used in a response type.
9 |
# File 'lib/sink/models/write_only_response_simple_response.rb', line 9 optional :should_never_show_up, String, :w |