8 9 10 11
# File 'lib/uber/api/promotions.rb', line 8 def promotion(*args) arguments = Uber::Arguments.new(args) perform_with_object(:get, "/v1/promotions", arguments.options, Promotion) end