struct PlaceOS::Client::API::Models::Version

Defined in:

placeos/api/models/version.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct PlaceOS::Client::API::Models::Response

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def app : String #

The PlaceOS application name


[View source]
def build_time : String #

The build time of the docker container


[View source]
def commit : String #

the commit hash for the running build


[View source]
def version : String #

The version in the shard yml


[View source]