Class: Io::Flow::V0::Models::ReservationErrorUndefinedType

Inherits:
ReservationError show all
Defined in:
lib/flow_commerce/flow_api_v0_client.rb

Instance Attribute Summary collapse

Attributes inherited from ReservationError

#code

Instance Method Summary collapse

Methods inherited from ReservationError

from_json

Constructor Details

#initialize(incoming = {}) ⇒ ReservationErrorUndefinedType

Returns a new instance of ReservationErrorUndefinedType.



14001
14002
14003
14004
14005
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14001

def initialize(incoming={})
  super(:code => 'undefined_type')
  opts = HttpClient::Helper.symbolize_keys(incoming)
  @name = HttpClient::Preconditions.assert_class('name', opts.delete(:code), String)
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



13999
14000
14001
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13999

def name
  @name
end

Instance Method Details

#copy(incoming = {}) ⇒ Object



14011
14012
14013
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14011

def copy(incoming={})
  raise 'Operation not supported for undefined type'
end

#subtype_to_hashObject



14007
14008
14009
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14007

def subtype_to_hash
  raise 'Unable to serialize undefined type to json'
end

#to_hashObject



14015
14016
14017
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14015

def to_hash
  raise 'Operation not supported for undefined type'
end