class Gitlab::Commit

Included Modules

Defined in:

lib/gitlab/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author_email : String #

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

[View source]
def author_name : String #

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

[View source]
def authored_date : String #

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

[View source]
def committed_date : String #

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

[View source]
def committer_email : String #

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

[View source]
def committer_name : String #

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

[View source]
def created_at : Time #

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

[View source]
def id : String #

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

[View source]
def message : String #

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

[View source]
def parent_ids : Array(String) #

[View source]
def parent_ids=(parent_ids : Array(String)) #

[View source]
def short_id : String #

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

[View source]
def title : String #

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

[View source]