class ZohoReports::Configuration

Attributes

auth_token[RW]
login_email[RW]
zoho_database_name[RW]

Public Class Methods

new() click to toggle source
# File lib/zoho_reports/configuration.rb, line 5
def initialize
  @login_email = ''
  @auth_token = ''
  @zoho_database_name = ''
end