lib/bugsnag/api/client/collaborators.rb in bugsnag-api-2.0.2 vs lib/bugsnag/api/client/collaborators.rb in bugsnag-api-2.0.3
- old
+ new
@@ -17,11 +17,11 @@
# List Collaborators
#
# @argument project_id [String] ID of project to get collaborators from (conflicts with org_id)
# @argument org_id [String] ID of organization to get collaborators from (conflicts with project_id)
#
- # @option per_page [Number] Amount of results per-page
+ # @option per_page [Number] Amount of results per-page
# @return [Array<Sawyer::Resource>] List of Collaborators
# @see http://docs.bugsnagapiv2.apiary.io/#reference/organizations/collaborators/list-collaborators
# @see http://docs.bugsnagapiv2.apiary.io/#reference/organizations/collaborators/list-collaborators-on-a-project
def collaborators(org_id = nil, project_id = nil, options = {})
if !org_id.nil?
@@ -82,6 +82,5 @@
end
end
end
end
end
-
\ No newline at end of file