Class: Zoho::Configuration
- Inherits:
-
Object
- Object
- Zoho::Configuration
- Defined in:
- lib/zoho/configuration.rb
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#per_page ⇒ Object
Returns the value of attribute per_page.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_token ⇒ Object
Returns the value of attribute auth_token.
3 4 5 |
# File 'lib/zoho/configuration.rb', line 3 def auth_token @auth_token end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
3 4 5 |
# File 'lib/zoho/configuration.rb', line 3 def organization_id @organization_id end |
#per_page ⇒ Object
Returns the value of attribute per_page.
3 4 5 |
# File 'lib/zoho/configuration.rb', line 3 def per_page @per_page end |