Class: RubyZoho::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



10
11
12
13
14
15
16
# File 'lib/ruby_zoho.rb', line 10

def initialize
  self.api_key = nil
  self.api = nil
  self.cache_fields = false
  self.crm_modules = nil
  self.ignore_fields_with_bad_names = true
end

Instance Attribute Details

#apiObject

Returns the value of attribute api.



8
9
10
# File 'lib/ruby_zoho.rb', line 8

def api
  @api
end

#api_keyObject

Returns the value of attribute api_key.



8
9
10
# File 'lib/ruby_zoho.rb', line 8

def api_key
  @api_key
end

#cache_fieldsObject

Returns the value of attribute cache_fields.



8
9
10
# File 'lib/ruby_zoho.rb', line 8

def cache_fields
  @cache_fields
end

#crm_modulesObject

Returns the value of attribute crm_modules.



8
9
10
# File 'lib/ruby_zoho.rb', line 8

def crm_modules
  @crm_modules
end

#ignore_fields_with_bad_namesObject

Returns the value of attribute ignore_fields_with_bad_names.



8
9
10
# File 'lib/ruby_zoho.rb', line 8

def ignore_fields_with_bad_names
  @ignore_fields_with_bad_names
end