module Vend
Brands docs.vendhq.com/reference#brands
Consignments docs.vendhq.com/reference#consignments-2
Customers docs.vendhq.com/reference#customers-2
Customer Groups docs.vendhq.com/reference#customer-groups
Inventory docs.vendhq.com/reference#inventory
Outlets docs.vendhq.com/reference#outlets
Outlet Product Taxes docs.vendhq.com/reference#outlet-product-taxes
PaymentTypes docs.vendhq.com/reference#payment-types
PriceBooks docs.vendhq.com/reference#price-books
PriceBookProducts docs.vendhq.com/reference#price-book-products
Products docs.vendhq.com/reference#products-2
Product Images docs.vendhq.com/reference#product-images
ProductTypes docs.vendhq.com/reference#product_types
Registers docs.vendhq.com/reference#registers
Sale docs.vendhq.com/reference#sales
Search docs.vendhq.com/reference#search
Suppliers docs.vendhq.com/reference#suppliers-2
Tags docs.vendhq.com/reference#tags
Taxes docs.vendhq.com/reference#taxes
Users docs.vendhq.com/reference#users-2
Webhooks docs.vendhq.com/reference#webhooks-1
Constants
- VERSION
Attributes
Public Class Methods
# File lib/vend.rb, line 23 def configure @config = Vend::Config.new.tap { |h| yield(h) } @api = Vend::Connection.build(@config) end