Class: ZohoCrm::ResponseObject
- Inherits:
-
Object
- Object
- ZohoCrm::ResponseObject
- Defined in:
- lib/zoho_crm/response_object.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ ResponseObject
constructor
A new instance of ResponseObject.
Constructor Details
#initialize(response) ⇒ ResponseObject
Returns a new instance of ResponseObject.
6 7 8 |
# File 'lib/zoho_crm/response_object.rb', line 6 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
4 5 6 |
# File 'lib/zoho_crm/response_object.rb', line 4 def response @response end |