class JiraApi::Progress

Included Modules

Defined in:

model.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def progress : Int32 #

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

[View source]
def total : Int32 #

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

[View source]