class JiraApi::Item

Included Modules

Defined in:

model.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def field : String #

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

[View source]
def fieldtype : String #

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

[View source]
def from : String | Nil #

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

[View source]
def from_string : String | Nil #

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

[View source]
def to : String | Nil #

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

[View source]
def to_string : String | Nil #

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

[View source]