Exception: Seekmodo::Sdk::Storefront::Transport::Error

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#toolObject (readonly)

Returns the value of attribute tool.



140
141
142
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 140

def tool
  @tool
end