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