Exception: Io::Flow::V0::HttpClient::PreconditionException
- Inherits:
-
StandardError
- Object
- StandardError
- Io::Flow::V0::HttpClient::PreconditionException
- Defined in:
- lib/flow_commerce/flow_api_v0_client.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ PreconditionException
constructor
A new instance of PreconditionException.
Constructor Details
#initialize(message) ⇒ PreconditionException
Returns a new instance of PreconditionException.
64802 64803 64804 64805 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 64802 def initialize() super() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
64800 64801 64802 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 64800 def @message end |