Exception: CartoDB::Api::Error
- Inherits:
-
StandardError
- Object
- StandardError
- CartoDB::Api::Error
- Defined in:
- lib/cartodb/api/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#details ⇒ Object
Returns the value of attribute details.
-
#raw_body ⇒ Object
Returns the value of attribute raw_body.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
10 11 12 |
# File 'lib/cartodb/api/error.rb', line 10 def body @body end |
#details ⇒ Object
Returns the value of attribute details.
10 11 12 |
# File 'lib/cartodb/api/error.rb', line 10 def details @details end |
#raw_body ⇒ Object
Returns the value of attribute raw_body.
10 11 12 |
# File 'lib/cartodb/api/error.rb', line 10 def raw_body @raw_body end |
#status_code ⇒ Object
Returns the value of attribute status_code.
10 11 12 |
# File 'lib/cartodb/api/error.rb', line 10 def status_code @status_code end |
#title ⇒ Object
Returns the value of attribute title.
10 11 12 |
# File 'lib/cartodb/api/error.rb', line 10 def title @title end |