struct PlaceOS::Resource::Error

Included Modules

Defined in:

placeos-resource.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, reason : String) #

[View source]
def self.new(name : String | Nil, reason : String | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, reason _reason = @reason) #

[View source]
def name : String #

def reason : String #