Tools

A library of utility services and concerns.

Class: SleepingKingStudios::Tools::Messages::Registry::Node

Parent Namespace
SleepingKingStudios::Tools::Messages::Registry
Inherited Classes
Struct > Object
Defined In
lib/sleeping_king_studios/tools/messages/registry.rb

Table Of Contents

Overview

Data class representing a single node in the registry tree.

Back To Top

Constructor

#initialize(scope:, strategy: nil) => Node

Parameters

Returns

Back To Top

Instance Attributes

#children => Object

Returns the value of attribute children

Returns

#scope => Object

Returns the value of attribute scope

Returns

#strategy => Object

Returns the value of attribute strategy

Returns

Back To Top

Instance Methods

#[](segment) => SleepingKingStudios::Tools::Messages::Registry::Node, nil

Retrieves the child node with the requested sub-path, if any.

Parameters

Returns

Back To Top


Back to Documentation | Reference | SleepingKingStudios | SleepingKingStudios::Tools | SleepingKingStudios::Tools::Messages | SleepingKingStudios::Tools::Messages::Registry