Exception: Motivosity::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mvclient/error.rb

Direct Known Subclasses

BalanceError, UnauthorizedError

Instance Attribute Summary collapse

Instance Attribute Details

#responseObject

Returns the value of attribute response.



3
4
5
# File 'lib/mvclient/error.rb', line 3

def response
  @response
end

#response_bodyObject

Returns the value of attribute response_body.



3
4
5
# File 'lib/mvclient/error.rb', line 3

def response_body
  @response_body
end