class Gitlab::IssueObjectAttributes

Included Modules

Defined in:

webhooks/common.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def action : String | Nil #

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

[View source]
def assignee_id : Int32 #

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

[View source]
def assignee_ids : Array(Int32) #

[View source]
def assignee_ids=(assignee_ids : Array(Int32)) #

[View source]
def author_id : Int32 #

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

[View source]
def closed_at : String | Nil #

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

[View source]
def confidential : Bool #

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

[View source]
def created_at : String #

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

[View source]
def description : String #

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

[View source]
def due_date : String | Nil #

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

[View source]
def human_time_estimate : String | Nil #

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

[View source]
def human_total_time_spent : String | Nil #

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

[View source]
def id : Int32 #

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

[View source]
def iid : Int32 #

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

[View source]
def last_edited_at : String | Nil #

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

[View source]
def last_edited_by_id : String | Nil #

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

[View source]
def milestone_id : String | Nil #

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

[View source]
def moved_to_id : String | Nil #

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

[View source]
def project_id : Int32 #

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

[View source]
def relative_position : Int32 #

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

[View source]
def state : String #

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

[View source]
def time_estimate : Int32 #

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

[View source]
def title : String #

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

[View source]
def total_time_spent : Int32 #

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

[View source]
def updated_at : String #

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

[View source]
def updated_by_id : Int32 | Nil #

[View source]
def updated_by_id=(updated_by_id : Int32 | Nil) #

[View source]
def url : String #

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

[View source]