Module: Davidsons
- Defined in:
- lib/davidsons.rb,
lib/davidsons/base.rb,
lib/davidsons/user.rb,
lib/davidsons/order.rb,
lib/davidsons/catalog.rb,
lib/davidsons/version.rb,
lib/davidsons/inventory.rb
Defined Under Namespace
Classes: Base, Catalog, Configuration, Inventory, NotAuthenticated, Order, User
Constant Summary collapse
- VERSION =
'5.0.3'.freeze
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
17 18 19 |
# File 'lib/davidsons.rb', line 17 def config @config end |
Class Method Details
.configure {|config| ... } ⇒ Object
24 25 26 |
# File 'lib/davidsons.rb', line 24 def self.configure yield(config) end |