Exception: Seekmodo::Sdk::Storefront::Transport::QuotaError

Inherits:
Error
  • Object
show all
Defined in:
lib/seekmodo/sdk/storefront/transport.rb

Instance Attribute Summary collapse

Attributes inherited from Error

#tool

Instance Method Summary collapse

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

#bodyObject (readonly)

Returns the value of attribute body.



159
160
161
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 159

def body
  @body
end