Module: Brightpearl
- Defined in:
- lib/brightpearl.rb,
lib/brightpearl/auth.rb,
lib/brightpearl/client.rb,
lib/brightpearl/config.rb,
lib/brightpearl/errors.rb,
lib/brightpearl/version.rb,
lib/brightpearl/resource.rb,
lib/brightpearl/resources/order.rb,
lib/brightpearl/resources/product.rb,
lib/brightpearl/api_operations/get.rb,
lib/brightpearl/api_operations/put.rb,
lib/brightpearl/resources/tax_code.rb,
lib/brightpearl/api_operations/post.rb,
lib/brightpearl/resources/order_row.rb,
lib/brightpearl/api_operations/patch.rb,
lib/brightpearl/resources/price_list.rb,
lib/brightpearl/api_operations/options.rb,
lib/brightpearl/resources/order_status.rb,
lib/brightpearl/resources/product_price.rb,
lib/brightpearl/resources/order_status_update.rb,
lib/brightpearl/resources/product_availability.rb,
lib/brightpearl/resources/order_shipping_status.rb
Defined Under Namespace
Modules: APIOperations Classes: Auth, Client, Config, Error, InvalidToken, Order, OrderRow, OrderShippingStatus, OrderStatus, OrderStatusUpdate, PriceList, Product, ProductAvailability, ProductPrice, RequestError, Resource, TaxCode, Throttled
Constant Summary collapse
- VERSION =
"0.4.0"
Class Method Summary collapse
-
.config ⇒ Object
Your code goes here…
Class Method Details
.config ⇒ Object
Your code goes here…
18 19 20 |
# File 'lib/brightpearl.rb', line 18 def self.config @config ||= Config.new end |