Gitlab::Commit
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
author_email
Sourceauthor_email=(author_email : String)
Sourceauthor_name
Sourceauthor_name=(author_name : String)
Sourceauthored_date
Sourceauthored_date=(authored_date : String)
Sourcecommitted_date
Sourcecommitted_date=(committed_date : String)
Sourcecommitter_email
Sourcecommitter_email=(committer_email : String)
Sourcecommitter_name
Sourcecommitter_name=(committer_name : String)
Sourcecreated_at
Sourceid
Sourceid=(id : String)
Sourcemessage
Sourcemessage=(message : String)
Sourceparent_ids
Sourceparent_ids=(parent_ids : Array(String))
Sourceshort_id
Sourceshort_id=(short_id : String)
Sourcetitle
Sourcetitle=(title : String)
Source