Module: Bling::API

Extended by:
API
Included in:
API
Defined in:
lib/bling/api.rb,
lib/bling/api/user.rb,
lib/bling/api/order.rb,
lib/bling/api/client.rb,
lib/bling/api/parser.rb,
lib/bling/api/record.rb,
lib/bling/api/product.rb,
lib/bling/api/request.rb,
lib/bling/api/response.rb,
lib/bling/api/translator.rb

Defined Under Namespace

Classes: Client, Order, Parser, Product, Record, Request, Response, Translator, User

Instance Method Summary collapse

Instance Method Details

#orderObject



21
22
23
# File 'lib/bling/api.rb', line 21

def order
  Order.new
end

#productObject



13
14
15
# File 'lib/bling/api.rb', line 13

def product
  Product.new
end

#userObject



17
18
19
# File 'lib/bling/api.rb', line 17

def user
  User.new
end