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