class JiraApi::Sprint

Included Modules

Defined in:

model.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def end_date : String | Nil #

[View source]
def end_date=(end_date : String | Nil) #

[View source]
def id : Int32 #

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

[View source]
def name : String #

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

[View source]
def origin_board_id : Int32 #

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

[View source]
def sprint_self : String #

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

[View source]
def start_date : String | Nil #

[View source]
def start_date=(start_date : String | Nil) #

[View source]
def state : String #

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

[View source]