Class: Zoho::Response
- Inherits:
-
Object
- Object
- Zoho::Response
- Defined in:
- lib/zoho/response.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
2 3 4 |
# File 'lib/zoho/response.rb', line 2 def data @data end |
#error_message ⇒ Object
Returns the value of attribute error_message.
2 3 4 |
# File 'lib/zoho/response.rb', line 2 def @error_message end |
#success ⇒ Object
Returns the value of attribute success.
2 3 4 |
# File 'lib/zoho/response.rb', line 2 def success @success end |