Class: RedmineRest::Models::Collections::Issue
- Inherits:
-
ActiveResource::Collection
- Object
- ActiveResource::Collection
- RedmineRest::Models::Collections::Issue
- Defined in:
- lib/redmine_rest/models/collections/issue.rb
Overview
Methods for issue collections
Instance Method Summary collapse
Instance Method Details
#group_by_assigned_to ⇒ Object
18 19 20 |
# File 'lib/redmine_rest/models/collections/issue.rb', line 18 def group_by_assigned_to group_by(&:assigned_to) end |
#group_by_author ⇒ Object
14 15 16 |
# File 'lib/redmine_rest/models/collections/issue.rb', line 14 def group_by(&:author) end |
#group_by_project ⇒ Object
10 11 12 |
# File 'lib/redmine_rest/models/collections/issue.rb', line 10 def group_by_project group_by(&:project) end |