Module: Abacos
- Defined in:
- lib/abacos.rb,
lib/abacos/base.rb,
lib/abacos/order.rb,
lib/abacos/price.rb,
lib/abacos/stock.rb,
lib/abacos/carrier.rb,
lib/abacos/invoice.rb,
lib/abacos/product.rb,
lib/abacos/version.rb,
lib/abacos/customer.rb,
lib/abacos/response.rb,
lib/abacos/shipping.rb,
lib/abacos/inventory.rb,
lib/abacos/order_data.rb,
lib/abacos/order_status.rb,
lib/abacos/payment_method.rb,
lib/abacos/payment_condition.rb
Defined Under Namespace
Classes: Base, Carrier, Customer, Inventory, Invoice, Order, OrderData, OrderStatus, PaymentCondition, PaymentMethod, Price, Product, Response, Shipping, Stock
Constant Summary
collapse
- VERSION =
"0.1.0"
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
24
25
26
|
# File 'lib/abacos.rb', line 24
def self.config
@config
end
|
.config!(config) ⇒ Object
20
21
22
|
# File 'lib/abacos.rb', line 20
def self.config!(config)
@config = config
end
|