Exception: Seekmodo::Sdk::Storefront::Transport::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Seekmodo::Sdk::Storefront::Transport::Error
- Defined in:
- lib/seekmodo/sdk/storefront/transport.rb
Direct Known Subclasses
AuthError, NetworkError, QuotaError, RequestError, ServerError
Instance Attribute Summary collapse
-
#tool ⇒ Object
readonly
Returns the value of attribute tool.
Instance Method Summary collapse
-
#initialize(tool) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(tool) ⇒ Error
Returns a new instance of Error.
142 143 144 145 |
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 142 def initialize(tool) @tool = tool super() end |
Instance Attribute Details
#tool ⇒ Object (readonly)
Returns the value of attribute tool.
140 141 142 |
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 140 def tool @tool end |