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

added
Source
added=(added : Array(String) | Nil)
Source
author
Source
author=(author : User)
Source
id=(id : String)
Source
message
Source
message=(message : String)
Source
modified
Source
modified=(modified : Array(String) | Nil)
Source
removed
Source
removed=(removed : Array(String) | Nil)
Source
timestamp
Source
timestamp=(timestamp : String)
Source
url=(url : String)
Source