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
.config ⇒ Object
12
13
14
|
# File 'lib/zoho_tools.rb', line 12
def self.config
@configuration
end
|
16
17
18
|
# File 'lib/zoho_tools.rb', line 16
def self.configure
yield(@configuration)
end
|