Class: Io::Flow::V0::Models::PaymentCaptureOptionUndefinedType
- Inherits:
-
PaymentCaptureOption
- Object
- PaymentCaptureOption
- Io::Flow::V0::Models::PaymentCaptureOptionUndefinedType
- Defined in:
- lib/flow_commerce/flow_api_v0_client.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Attributes inherited from PaymentCaptureOption
Instance Method Summary collapse
- #copy(incoming = {}) ⇒ Object
-
#initialize(incoming = {}) ⇒ PaymentCaptureOptionUndefinedType
constructor
A new instance of PaymentCaptureOptionUndefinedType.
- #subtype_to_hash ⇒ Object
- #to_hash ⇒ Object
Methods inherited from PaymentCaptureOption
Constructor Details
#initialize(incoming = {}) ⇒ PaymentCaptureOptionUndefinedType
Returns a new instance of PaymentCaptureOptionUndefinedType.
13596 13597 13598 13599 13600 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13596 def initialize(incoming={}) super(:type => 'undefined_type') opts = HttpClient::Helper.symbolize_keys(incoming) @name = HttpClient::Preconditions.assert_class('name', opts.delete(:type), String) end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
13594 13595 13596 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13594 def name @name end |
Instance Method Details
#copy(incoming = {}) ⇒ Object
13606 13607 13608 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13606 def copy(incoming={}) raise 'Operation not supported for undefined type' end |
#subtype_to_hash ⇒ Object
13602 13603 13604 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13602 def subtype_to_hash raise 'Unable to serialize undefined type to json' end |
#to_hash ⇒ Object
13610 13611 13612 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13610 def to_hash raise 'Operation not supported for undefined type' end |