Exception: Dhis2::RequestError
- Defined in:
- lib/dhis2/error.rb
Instance Attribute Summary collapse
-
#http_body ⇒ Object
Returns the value of attribute http_body.
-
#http_code ⇒ Object
Returns the value of attribute http_code.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#http_body ⇒ Object
Returns the value of attribute http_body.
17 18 19 |
# File 'lib/dhis2/error.rb', line 17 def http_body @http_body end |
#http_code ⇒ Object
Returns the value of attribute http_code.
17 18 19 |
# File 'lib/dhis2/error.rb', line 17 def http_code @http_code end |
#response ⇒ Object
Returns the value of attribute response.
17 18 19 |
# File 'lib/dhis2/error.rb', line 17 def response @response end |