Module: ZohoTools

Defined in:
lib/zoho_tools.rb,
lib/zoho_tools/oauth.rb,
lib/zoho_tools/version.rb,
lib/zoho_tools/response.rb,
lib/zoho_tools/configuration.rb,
lib/zoho_tools/list_management.rb,
lib/zoho_tools/mock/spec_helper.rb

Defined Under Namespace

Modules: SpecHelper Classes: Configuration, Error, ListManagement, Oauth, Response

Constant Summary collapse

VERSION =
'1.0.0'

Class Method Summary collapse

Class Method Details

.configObject



12
13
14
# File 'lib/zoho_tools.rb', line 12

def self.config
  @configuration
end

.configure {|@configuration| ... } ⇒ Object

Yields:

  • (@configuration)


16
17
18
# File 'lib/zoho_tools.rb', line 16

def self.configure
  yield(@configuration)
end