module Uber::API::Activities
Public Instance Methods
history(*args)
click to toggle source
# File lib/uber/api/activities.rb, line 8 def history(*args) arguments = Uber::Arguments.new(args) perform_with_object(:get, "/v1.2/history", arguments.options, Activity) end