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