Module: Zanders
- Defined in:
- lib/zanders.rb,
lib/zanders/base.rb,
lib/zanders/item.rb,
lib/zanders/user.rb,
lib/zanders/order.rb,
lib/zanders/address.rb,
lib/zanders/catalog.rb,
lib/zanders/chunker.rb,
lib/zanders/version.rb,
lib/zanders/inventory.rb,
lib/zanders/soap_client.rb
Defined Under Namespace
Classes: Address, Base, Catalog, Chunker, Configuration, Inventory, Item, NotAuthenticated, Order, SoapClient, User
Constant Summary collapse
- DEBUG =
false- ADDRESS_API_URL =
'https://shop2.gzanders.com/webservice/shiptoaddresses?wsdl'- ORDER_API_URL =
'https://shop2.gzanders.com/webservice/orders?wsdl'- ITEM_API_URL =
'https://shop2.gzanders.com/webservice/items?wsdl'- VERSION =
"2.0.6".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.
28 29 30 |
# File 'lib/zanders.rb', line 28 def config @config end |
Class Method Details
.configure {|config| ... } ⇒ Object
35 36 37 |
# File 'lib/zanders.rb', line 35 def self.configure yield(config) end |