Class: Zoho::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



5
6
7
# File 'lib/zoho/configuration.rb', line 5

def initialize
  @per_page = 50
end

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token.



3
4
5
# File 'lib/zoho/configuration.rb', line 3

def auth_token
  @auth_token
end

#organization_idObject

Returns the value of attribute organization_id.



3
4
5
# File 'lib/zoho/configuration.rb', line 3

def organization_id
  @organization_id
end

#per_pageObject

Returns the value of attribute per_page.



3
4
5
# File 'lib/zoho/configuration.rb', line 3

def per_page
  @per_page
end