Exception: Graphlient::Errors::ServerError
- Defined in:
- lib/graphlient/errors/server_error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
-
#status_code ⇒ Object
readonly
Returns the value of attribute status_code.
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Graphlient::Errors::Error
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
4 5 6 |
# File 'lib/graphlient/errors/server_error.rb', line 4 def response @response end |
#status_code ⇒ Object (readonly)
Returns the value of attribute status_code.
4 5 6 |
# File 'lib/graphlient/errors/server_error.rb', line 4 def status_code @status_code end |