Module: Zoho
- Defined in:
- lib/zoho.rb,
lib/zoho/version.rb
Defined Under Namespace
Modules: Api Classes: Configuration, Request, Response
Constant Summary collapse
- VERSION =
'0.1.2'
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
5 6 7 |
# File 'lib/zoho.rb', line 5 def configuration @configuration end |
Class Method Details
.configure(&blk) ⇒ Object
7 8 9 |
# File 'lib/zoho.rb', line 7 def configure &blk self.configuration ||= Zoho::Configuration.new.tap(&blk) end |