Class: Sink::Models::ResponseObjectWithAdditionalPropertiesPropResponse

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/sink/models/response_object_with_additional_properties_prop_response.rb

Defined Under Namespace

Classes: Foo

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BaseModel

#[], #deconstruct_keys, #inspect, #to_h, #to_s

Constructor Details

#initialize(data = {}) ⇒ ResponseObjectWithAdditionalPropertiesPropResponse

Create a new instance of ResponseObjectWithAdditionalPropertiesPropResponse from

a Hash of raw data.

Parameters:

  • data (Hash{Symbol => Object}) (defaults to: {})

    . @option data [Hash] :foo



6
# File 'lib/sink/models/response_object_with_additional_properties_prop_response.rb', line 6

def initialize(data = {}) = super

Instance Attribute Details

#fooHash

Returns:

  • (Hash)


8
# File 'lib/sink/models/response_object_with_additional_properties_prop_response.rb', line 8

required :foo, Hash