class Redmine::Issue

Constants

STATUSES

Public Class Methods

headers() click to toggle source
# File lib/renuo/cli/app/redmine/issue.rb, line 17
def self.headers
  { "X-Redmine-API-Key" => RenuoCliConfig.redmine_api_key }
end

Public Instance Methods

html_url() click to toggle source
# File lib/renuo/cli/app/redmine/issue.rb, line 21
def html_url
  "#{self.class.site}issues/#{id}"
end