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