lib/bugsnag/api/client/pivots.rb in bugsnag-api-2.0.2 vs lib/bugsnag/api/client/pivots.rb in bugsnag-api-2.0.3
- old
+ new
@@ -24,11 +24,11 @@
# List values of a Pivot on an Error
#
# @option filters [Object] An optional filter object, see http://docs.bugsnagapiv2.apiary.io/#introduction/filtering
# @option sort [String] Sorting method
- # @option base [String] Only Events occuring before this time will be used
+ # @option base [String] Only Events occuring before this time will be used
# @return [Array<Sawyer::Resource>] List of values for the Pivots requested
# @see http://docs.bugsnagapiv2.apiary.io/#reference/errors/pivots/list-values-of-a-pivot-on-an-error
def pivot_values(project_id, ef_display_id, error_id=nil, options = {})
if error_id.nil?
paginate "projects/#{project_id}/pivots/#{ef_display_id}/values", options
@@ -38,6 +38,5 @@
end
end
end
end
end
-
\ No newline at end of file