Module: Veeqo
- Defined in:
- lib/veeqo.rb,
lib/veeqo/base.rb,
lib/veeqo/order.rb,
lib/veeqo/store.rb,
lib/veeqo/errors.rb,
lib/veeqo/company.rb,
lib/veeqo/product.rb,
lib/veeqo/request.rb,
lib/veeqo/version.rb,
lib/veeqo/customer.rb,
lib/veeqo/response.rb,
lib/veeqo/shipment.rb,
lib/veeqo/supplier.rb,
lib/veeqo/warehouse.rb,
lib/veeqo/allocation.rb,
lib/veeqo/actions/base.rb,
lib/veeqo/actions/find.rb,
lib/veeqo/actions/list.rb,
lib/veeqo/configuration.rb,
lib/veeqo/actions/delete.rb,
lib/veeqo/purchase_order.rb,
lib/veeqo/delivery_method.rb,
lib/veeqo/errors/forbidden.rb,
lib/veeqo/errors/server_error.rb,
lib/veeqo/errors/unauthorized.rb,
lib/veeqo/errors/request_error.rb
Defined Under Namespace
Modules: Actions, Errors
Classes: Allocation, Base, Company, Configuration, Customer, DeliveryMethod, Order, Product, PurchaseOrder, Request, Response, ResponseObject, Shipment, Store, Supplier, Warehouse
Constant Summary
collapse
- VERSION =
"0.1.1".freeze
- Error =
Errors::RequestError
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
14
15
16
|
# File 'lib/veeqo/configuration.rb', line 14
def self.configuration
@configuration ||= Configuration.new
end
|
10
11
12
|
# File 'lib/veeqo/configuration.rb', line 10
def self.configure
yield configuration
end
|