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