Class: Erede::Responses::EredeResponse
- Inherits:
-
Object
- Object
- Erede::Responses::EredeResponse
- Defined in:
- lib/erede/responses/erede_response.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
4 5 6 |
# File 'lib/erede/responses/erede_response.rb', line 4 def code @code end |
#response ⇒ Object
Returns the value of attribute response.
4 5 6 |
# File 'lib/erede/responses/erede_response.rb', line 4 def response @response end |