class JiraApi::Assignee

Included Modules

Defined in:

model.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def active : Bool #

[View source]
def active=(active : Bool) #

[View source]
def assignee_self : String #

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

[View source]
def display_name : String #

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

[View source]
def email_address : String #

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

[View source]
def key : String #

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

[View source]
def name : String #

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

[View source]
def time_zone : String #

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

[View source]