File: issuetype.rb

package info (click to toggle)
ruby-jira 2.1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 968 kB
  • sloc: ruby: 5,125; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module JIRA
  module Resource
    class IssuetypeFactory < JIRA::BaseFactory # :nodoc:
    end

    class Issuetype < JIRA::Base; end
  end
end