Exception: GogoKit::ApiError

Inherits:
Error
  • Object
show all
Defined in:
lib/gogokit/error.rb

Overview

Raised for any error returned by the API

Instance Attribute Summary collapse

Instance Attribute Details

#responseObject

Returns the value of attribute response.



10
11
12
# File 'lib/gogokit/error.rb', line 10

def response
  @response
end