struct PlaceOS::Model::Executable::Info

Included Modules

Defined in:

placeos-models/executable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(defaults : String, metadata : String, documentation : String = "") #

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

Instance Method Detail

def clone #

def copy_with(defaults _defaults = @defaults, metadata _metadata = @metadata, documentation _documentation = @documentation) #

def defaults : String #

def documentation : String #

def metadata : String #