class JiraApi::History

Included Modules

Defined in:

model.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author : Assignee | Nil #

[View source]
def author=(author : Assignee | Nil) #

[View source]
def created : String #

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

[View source]
def getPreviousAssignees : Array(String) #

[View source]
def id : String #

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

[View source]
def items : Array(Item) | Nil #

[View source]
def items=(items : Array(Item) | Nil) #

[View source]