class JiraApi::Status

Included Modules

Defined in:

model.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

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 name : String #

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

[View source]
def status_category : StatusCategory #

[View source]
def status_category=(status_category : StatusCategory) #

[View source]
def status_self : String #

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

[View source]