class Gitlab::PurpleObjectAttributes

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 attachment : String | Nil #

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

[View source]
def author_id : Int32 #

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

[View source]
def change_position : String | Nil #

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

[View source]
def commit_id : String | Nil #

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

[View source]
def created_at : String #

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

[View source]
def discussion_id : String #

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

[View source]
def id : Int32 #

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

[View source]
def line_code : String | Nil #

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

[View source]
def note : String #

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

[View source]
def noteable_id : Int32 #

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

[View source]
def noteable_type : String #

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

[View source]
def object_attributes_type : String | Nil #

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

[View source]
def original_position : String | Nil #

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

[View source]
def position : String | Nil #

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

[View source]
def project_id : Int32 #

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

[View source]
def resolved_at : String | Nil #

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

[View source]
def resolved_by_id : String | Nil #

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

[View source]
def resolved_by_push : String | Nil #

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

[View source]
def st_diff : String | Nil #

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

[View source]
def system : Bool #

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

[View source]
def updated_at : String #

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

[View source]
def updated_by_id : String | Nil #

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

[View source]
def url : String #

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

[View source]