Method: ZohoHub::Response#initialize

Defined in:
lib/zoho_hub/response.rb

#initialize(params) ⇒ Response

Returns a new instance of Response.



5
6
7
# File 'lib/zoho_hub/response.rb', line 5

def initialize(params)
  @params = params || {}
end