class JiraApi::Changelog

Included Modules

Defined in:

model.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def comments : Array(JSON::Any | Nil) | Nil #

[View source]
def comments=(comments : Array(JSON::Any | Nil) | Nil) #

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

[View source]
def histories : Array(History) | Nil #

[View source]
def histories=(histories : Array(History) | Nil) #

[View source]
def max_results : Int32 #

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

[View source]
def start_at : Int32 #

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

[View source]
def total : Int32 #

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

[View source]