Exception: Seekmodo::Sdk::Storefront::Transport::AuthError
- Defined in:
- lib/seekmodo/sdk/storefront/transport.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(status, body, tool) ⇒ AuthError
constructor
A new instance of AuthError.
Constructor Details
#initialize(status, body, tool) ⇒ AuthError
Returns a new instance of AuthError.
151 152 153 154 155 |
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 151 def initialize(status, body, tool) @status = status @body = body super(tool) end |
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body.
149 150 151 |
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 149 def body @body end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
149 150 151 |
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 149 def status @status end |