Class: Sink::Models::Export
- Defined in:
- lib/sink/models/export.rb
Instance Attribute Summary collapse
-
#export ⇒ Array<Sink::Models::Return>
test reserved word in response property.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ Export
constructor
Create a new instance of Export from a Hash of raw data.
Methods inherited from BaseModel
#[], #deconstruct_keys, #inspect, #to_h, #to_s
Constructor Details
#initialize(data = {}) ⇒ Export
Create a new instance of Export from a Hash of raw data.
5 |
# File 'lib/sink/models/export.rb', line 5 def initialize(data = {}) = super |
Instance Attribute Details
#export ⇒ Array<Sink::Models::Return>
test reserved word in response property
9 |
# File 'lib/sink/models/export.rb', line 9 required :export, Sink::ArrayOf.new(-> { Sink::Models::Return }) |