class

Gitlab::Commit

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

author_email
Source
author_email=(author_email : String)
Source
author_name
Source
author_name=(author_name : String)
Source
authored_date
Source
authored_date=(authored_date : String)
Source
committed_date
Source
committed_date=(committed_date : String)
Source
committer_email
Source
committer_email=(committer_email : String)
Source
committer_name
Source
committer_name=(committer_name : String)
Source
created_at
Source
created_at=(created_at : Time)
Source
id=(id : String)
Source
message
Source
message=(message : String)
Source
parent_ids
Source
parent_ids=(parent_ids : Array(String))
Source
short_id
Source
short_id=(short_id : String)
Source
title
Source
title=(title : String)
Source