Exception: Geotrigger::GeotriggerError

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

Overview

raised by Session on error from Geotrigger API

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



34
35
36
# File 'lib/geotrigger.rb', line 34

def code
  @code
end

#headersObject

Returns the value of attribute headers.



34
35
36
# File 'lib/geotrigger.rb', line 34

def headers
  @headers
end

#messageObject

Returns the value of attribute message.



34
35
36
# File 'lib/geotrigger.rb', line 34

def message
  @message
end

#parametersObject

Returns the value of attribute parameters.



34
35
36
# File 'lib/geotrigger.rb', line 34

def parameters
  @parameters
end