class Gitlab::IssueObjectAttributes
- Gitlab::IssueObjectAttributes
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
webhooks/common.crConstructors
Instance Method Summary
- #action : String | Nil
- #action=(action : String | Nil)
- #assignee_id : Int32
- #assignee_id=(assignee_id : Int32)
- #assignee_ids : Array(Int32)
- #assignee_ids=(assignee_ids : Array(Int32))
- #author_id : Int32
- #author_id=(author_id : Int32)
- #closed_at : String | Nil
- #closed_at=(closed_at : String | Nil)
- #confidential : Bool
- #confidential=(confidential : Bool)
- #created_at : String
- #created_at=(created_at : String)
- #description : String
- #description=(description : String)
- #due_date : String | Nil
- #due_date=(due_date : String | Nil)
- #human_time_estimate : String | Nil
- #human_time_estimate=(human_time_estimate : String | Nil)
- #human_total_time_spent : String | Nil
- #human_total_time_spent=(human_total_time_spent : String | Nil)
- #id : Int32
- #id=(id : Int32)
- #iid : Int32
- #iid=(iid : Int32)
- #last_edited_at : String | Nil
- #last_edited_at=(last_edited_at : String | Nil)
- #last_edited_by_id : String | Nil
- #last_edited_by_id=(last_edited_by_id : String | Nil)
- #milestone_id : String | Nil
- #milestone_id=(milestone_id : String | Nil)
- #moved_to_id : String | Nil
- #moved_to_id=(moved_to_id : String | Nil)
- #project_id : Int32
- #project_id=(project_id : Int32)
- #relative_position : Int32
- #relative_position=(relative_position : Int32)
- #state : String
- #state=(state : String)
- #time_estimate : Int32
- #time_estimate=(time_estimate : Int32)
- #title : String
- #title=(title : String)
- #total_time_spent : Int32
- #total_time_spent=(total_time_spent : Int32)
- #updated_at : String
- #updated_at=(updated_at : String)
- #updated_by_id : Int32 | Nil
- #updated_by_id=(updated_by_id : Int32 | Nil)
- #url : String
- #url=(url : String)