struct Place::Router::Core::Settings::Connections::Alias

Overview

Alias used to refer to a signal node that does not have an accompanying module. This can be useful for declaring the concept of a device that is attached to an input (e.g. "*Laptop"). All alias' must be prefixed with an asterisk ('*') within connections settings.

Extended Modules

Defined in:

place/router/settings.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String) #

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

[View source]

Class Method Detail

def self.parse?(raw : String) #

[View source]

Instance Method Detail

def clone #

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

[View source]
def name : String #