Class: Io::Flow::V0::Models::OnboardingStateUndefinedType
- Inherits:
-
OnboardingState
- Object
- OnboardingState
- Io::Flow::V0::Models::OnboardingStateUndefinedType
- 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 OnboardingState
Instance Method Summary collapse
- #copy(incoming = {}) ⇒ Object
-
#initialize(incoming = {}) ⇒ OnboardingStateUndefinedType
constructor
A new instance of OnboardingStateUndefinedType.
- #subtype_to_hash ⇒ Object
- #to_hash ⇒ Object
Methods inherited from OnboardingState
Constructor Details
#initialize(incoming = {}) ⇒ OnboardingStateUndefinedType
Returns a new instance of OnboardingStateUndefinedType.
12962 12963 12964 12965 12966 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12962 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.
12960 12961 12962 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12960 def name @name end |
Instance Method Details
#copy(incoming = {}) ⇒ Object
12972 12973 12974 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12972 def copy(incoming={}) raise 'Operation not supported for undefined type' end |
#subtype_to_hash ⇒ Object
12968 12969 12970 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12968 def subtype_to_hash raise 'Unable to serialize undefined type to json' end |
#to_hash ⇒ Object
12976 12977 12978 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12976 def to_hash raise 'Operation not supported for undefined type' end |