class JiraApi::Issuetype

Included Modules

Defined in:

model.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def avatar_id : Int32 #

[View source]
def avatar_id=(avatar_id : Int32) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def icon_url : String #

[View source]
def icon_url=(icon_url : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def issuetype_self : String #

[View source]
def issuetype_self=(issuetype_self : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def subtask : Bool #

[View source]
def subtask=(subtask : Bool) #

[View source]