struct PlaceOS::Model::Driver::UpdateInfo
- PlaceOS::Model::Driver::UpdateInfo
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
placeos-models/driver.crConstructors
- .new(commit : String, message : String, author : String | Nil = nil, date : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #author : String | Nil
- #clone
- #commit : String
- #copy_with(commit _commit = @commit, message _message = @message, author _author = @author, date _date = @date)
- #date : String | Nil
- #message : String
Constructor Detail
def self.new(commit : String, message : String, author : String | Nil = nil, date : String | Nil = nil)
#
Instance Method Detail
def copy_with(commit _commit = @commit, message _message = @message, author _author = @author, date _date = @date)
#