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