Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
jirax
master
JiraApi
Assignee
Changelog
Client
Color
Epic
Fields
History
Issue
Issuetype
Item
JiraPaginatedResponse
Progress
Project
Prop
Sprint
Status
StatusCategory
Jirax
Built with Crystal 1.9.2
2023-10-07 18:37:10 UTC
class
JiraApi::Progress
JiraApi::Progress
Reference
Object
Included Modules
JSON::Serializable
Defined in:
model.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#progress
: Int32
#progress=
(progress : Int32)
#total
: Int32
#total=
(total : Int32)
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
]