Exception: OpenTox::RestCallError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- OpenTox::RestCallError
- Defined in:
- lib/error.rb
Instance Attribute Summary collapse
-
#rest_params ⇒ Object
Returns the value of attribute rest_params.
Instance Method Summary collapse
Instance Attribute Details
#rest_params ⇒ Object
Returns the value of attribute rest_params.
27 28 29 |
# File 'lib/error.rb', line 27 def rest_params @rest_params end |
Instance Method Details
#http_code ⇒ Object
28 |
# File 'lib/error.rb', line 28 def http_code; 502; end |