Module: Uber::API::Products

Included in:
Uber::API
Defined in:
lib/uber/api/products.rb

Instance Method Summary collapse

Instance Method Details

#products(*args) ⇒ Object



8
9
10
11
# File 'lib/uber/api/products.rb', line 8

def products(*args)
  arguments = Uber::Arguments.new(args)
  perform_with_objects(:get, "/v1/products", arguments.options, Product)
end