Class: Io::Flow::V0::Models::AbandonedOrderPromotionDetailsUndefinedType
- Inherits:
-
AbandonedOrderPromotionDetails
- Object
- AbandonedOrderPromotionDetails
- Io::Flow::V0::Models::AbandonedOrderPromotionDetailsUndefinedType
- 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 AbandonedOrderPromotionDetails
Instance Method Summary collapse
- #copy(incoming = {}) ⇒ Object
-
#initialize(incoming = {}) ⇒ AbandonedOrderPromotionDetailsUndefinedType
constructor
A new instance of AbandonedOrderPromotionDetailsUndefinedType.
- #subtype_to_hash ⇒ Object
- #to_hash ⇒ Object
Methods inherited from AbandonedOrderPromotionDetails
Constructor Details
#initialize(incoming = {}) ⇒ AbandonedOrderPromotionDetailsUndefinedType
Returns a new instance of AbandonedOrderPromotionDetailsUndefinedType.
9274 9275 9276 9277 9278 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9274 def initialize(incoming={}) super(:discriminator => 'undefined_type') opts = HttpClient::Helper.symbolize_keys(incoming) @name = HttpClient::Preconditions.assert_class('name', opts.delete(:discriminator), String) end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
9272 9273 9274 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9272 def name @name end |
Instance Method Details
#copy(incoming = {}) ⇒ Object
9284 9285 9286 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9284 def copy(incoming={}) raise 'Operation not supported for undefined type' end |
#subtype_to_hash ⇒ Object
9280 9281 9282 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9280 def subtype_to_hash raise 'Unable to serialize undefined type to json' end |
#to_hash ⇒ Object
9288 9289 9290 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9288 def to_hash raise 'Operation not supported for undefined type' end |