Exception: Seekmodo::Sdk::Storefront::Transport::QuotaError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Seekmodo::Sdk::Storefront::Transport::QuotaError
- Defined in:
- lib/seekmodo/sdk/storefront/transport.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(body, tool) ⇒ QuotaError
constructor
A new instance of QuotaError.
Constructor Details
#initialize(body, tool) ⇒ QuotaError
Returns a new instance of QuotaError.
161 162 163 164 |
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 161 def initialize(body, tool) @body = body super(tool) end |
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body.
159 160 161 |
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 159 def body @body end |