Class: RedmineRest::Models::IssuePriority
- Inherits:
-
ActiveResource::Base
- Object
- ActiveResource::Base
- RedmineRest::Models::IssuePriority
- Defined in:
- lib/redmine_rest/models/issue_priority.rb
Overview
issue priority model
Class Method Summary collapse
Methods inherited from ActiveResource::Base
Class Method Details
.find(*args) ⇒ Object
15 16 17 18 |
# File 'lib/redmine_rest/models/issue_priority.rb', line 15 def self.find(*args) fail('Issue priorities can be loaded as :all only') unless args.size == 1 && args.first == :all super end |