Class: Io::Flow::V0::Models::OrderNumberGeneratorUndefinedType
- Inherits:
-
OrderNumberGenerator
- Object
- OrderNumberGenerator
- Io::Flow::V0::Models::OrderNumberGeneratorUndefinedType
- 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 OrderNumberGenerator
Instance Method Summary collapse
- #copy(incoming = {}) ⇒ Object
-
#initialize(incoming = {}) ⇒ OrderNumberGeneratorUndefinedType
constructor
A new instance of OrderNumberGeneratorUndefinedType.
- #subtype_to_hash ⇒ Object
- #to_hash ⇒ Object
Methods inherited from OrderNumberGenerator
Constructor Details
#initialize(incoming = {}) ⇒ OrderNumberGeneratorUndefinedType
Returns a new instance of OrderNumberGeneratorUndefinedType.
13155 13156 13157 13158 13159 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13155 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.
13153 13154 13155 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13153 def name @name end |
Instance Method Details
#copy(incoming = {}) ⇒ Object
13165 13166 13167 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13165 def copy(incoming={}) raise 'Operation not supported for undefined type' end |
#subtype_to_hash ⇒ Object
13161 13162 13163 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13161 def subtype_to_hash raise 'Unable to serialize undefined type to json' end |
#to_hash ⇒ Object
13169 13170 13171 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 13169 def to_hash raise 'Operation not supported for undefined type' end |