Module: SecondAmendmentWholesale

Defined in:
lib/second_amendment_wholesale.rb,
lib/second_amendment_wholesale/api.rb,
lib/second_amendment_wholesale/base.rb,
lib/second_amendment_wholesale/user.rb,
lib/second_amendment_wholesale/error.rb,
lib/second_amendment_wholesale/image.rb,
lib/second_amendment_wholesale/order.rb,
lib/second_amendment_wholesale/catalog.rb,
lib/second_amendment_wholesale/version.rb,
lib/second_amendment_wholesale/category.rb,
lib/second_amendment_wholesale/response.rb,
lib/second_amendment_wholesale/shipping.rb,
lib/second_amendment_wholesale/attribute.rb,
lib/second_amendment_wholesale/inventory.rb

Defined Under Namespace

Modules: API Classes: Attribute, Base, Catalog, Category, Configuration, Error, Image, Inventory, Order, Response, Shipping, User

Constant Summary collapse

VERSION =
"1.0.2"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



19
20
21
# File 'lib/second_amendment_wholesale.rb', line 19

def config
  @config
end

Class Method Details

.configure {|config| ... } ⇒ Object

Yields:



26
27
28
# File 'lib/second_amendment_wholesale.rb', line 26

def self.configure
  yield(config)
end