Class: Zoho::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/zoho/response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.



2
3
4
# File 'lib/zoho/response.rb', line 2

def data
  @data
end

#error_messageObject

Returns the value of attribute error_message.



2
3
4
# File 'lib/zoho/response.rb', line 2

def error_message
  @error_message
end

#successObject

Returns the value of attribute success.



2
3
4
# File 'lib/zoho/response.rb', line 2

def success
  @success
end