Module: Zoho
- Defined in:
- lib/zoho.rb,
lib/zoho/version.rb,
lib/zoho/configuration.rb,
lib/zoho/inventory/api.rb,
lib/zoho/inventory/item.rb,
lib/zoho/inventory/item_group.rb
Defined Under Namespace
Modules: Inventory Classes: Configuration
Constant Summary collapse
- VERSION =
'0.0.6'.freeze
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.
9 10 11 |
# File 'lib/zoho.rb', line 9 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
16 17 18 |
# File 'lib/zoho.rb', line 16 def self.configure yield(configuration) end |