Class: Sink::Models::ResponseOnlyReadOnlyPropertiesResponse
- Defined in:
- lib/sink/models/response_only_read_only_properties_response.rb
Instance Attribute Summary collapse
-
#read_only_enum ⇒ Symbol, Sink::Models::Currency
readonly
This is my description for the Currency enum.
- #read_only_property ⇒ String readonly
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ ResponseOnlyReadOnlyPropertiesResponse
constructor
Create a new instance of ResponseOnlyReadOnlyPropertiesResponse from a Hash of raw data.
Methods inherited from BaseModel
#[], #deconstruct_keys, #inspect, #to_h, #to_s
Constructor Details
#initialize(data = {}) ⇒ ResponseOnlyReadOnlyPropertiesResponse
Create a new instance of ResponseOnlyReadOnlyPropertiesResponse from a Hash of
raw data.
7 |
# File 'lib/sink/models/response_only_read_only_properties_response.rb', line 7 def initialize(data = {}) = super |
Instance Attribute Details
#read_only_enum ⇒ Symbol, Sink::Models::Currency (readonly)
This is my description for the Currency enum
9 |
# File 'lib/sink/models/response_only_read_only_properties_response.rb', line 9 required :read_only_enum, nil, :r, enum: -> { Sink::Models::Currency } |
#read_only_property ⇒ String (readonly)
13 |
# File 'lib/sink/models/response_only_read_only_properties_response.rb', line 13 required :read_only_property, String, :r |