struct Place::Router::Core::Settings::Connections::Device

Overview

Module name of a device within the local system e.g. "Switcher_1".

Extended Modules

Defined in:

place/router/settings.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(mod : String, idx : Int32) #

[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(mod _mod = @mod, idx _idx = @idx) #

[View source]
def idx : Int32 #

def mod : String #