class JIRA::Base

Board model is not defined in jira-ruby gem

Public Instance Methods

key_with_key_value() click to toggle source
# File lib/terjira/ext/jira_ruby.rb, line 24
def key_with_key_value
  [self.class.key_attribute, key_value]
end