struct Protocol::Target::SetAutoAttach

Overview

Controls whether to automatically attach to new targets which are considered to be related to this one. When turned on, attaches to all existing related targets as well. When turned off, automatically detaches from all currently attached targets. This also clears all targets added by autoAttachRelated from the list of targets to watch for creation of related targets.

Included Modules

Defined in:

protocol/target.cr

Constructors

Constructor Detail

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

[View source]