Class: ZohoReports::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



5
6
7
8
9
# File 'lib/zoho_reports/configuration.rb', line 5

def initialize
  @login_email = ''
  @auth_token = ''
  @zoho_database_name = ''
end

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token.



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

def auth_token
  @auth_token
end

#login_emailObject

Returns the value of attribute login_email.



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

def 
  @login_email
end

#zoho_database_nameObject

Returns the value of attribute zoho_database_name.



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

def zoho_database_name
  @zoho_database_name
end