struct PlaceOS::Model::Driver::UpdateInfo

Included Modules

Defined in:

placeos-models/driver.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(commit : String, message : String, author : String | Nil = nil, date : String | Nil = nil) #

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

Instance Method Detail

def author : String | Nil #

def clone #

def commit : String #

def copy_with(commit _commit = @commit, message _message = @message, author _author = @author, date _date = @date) #

def date : String | Nil #

def message : String #