Class: GenericResponse
- Inherits:
-
Object
- Object
- GenericResponse
- Defined in:
- lib/generic-response.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
2 3 4 |
# File 'lib/generic-response.rb', line 2 def error @error end |
#response ⇒ Object
Returns the value of attribute response.
2 3 4 |
# File 'lib/generic-response.rb', line 2 def response @response end |