Exception: Geotrigger::GeotriggerError
- Inherits:
-
StandardError
- Object
- StandardError
- Geotrigger::GeotriggerError
- Defined in:
- lib/geotrigger.rb
Overview
raised by Session on error from Geotrigger API
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#message ⇒ Object
Returns the value of attribute message.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
34 35 36 |
# File 'lib/geotrigger.rb', line 34 def code @code end |
#headers ⇒ Object
Returns the value of attribute headers.
34 35 36 |
# File 'lib/geotrigger.rb', line 34 def headers @headers end |
#message ⇒ Object
Returns the value of attribute message.
34 35 36 |
# File 'lib/geotrigger.rb', line 34 def end |
#parameters ⇒ Object
Returns the value of attribute parameters.
34 35 36 |
# File 'lib/geotrigger.rb', line 34 def parameters @parameters end |