Method: Issuetype#name

Defined in:
lib/jirarest2/issuetype.rb

#nameString (readonly)

Returns The name of the issuetype.

Returns:

  • (String)

    The name of the issuetype



23
24
25
# File 'lib/jirarest2/issuetype.rb', line 23

def name
  @name
end