Class: FlameServerToys::Template::Base

Inherits:
Object
  • Object
show all
Includes:
Memery, Toys::Template
Defined in:
lib/flame_server_toys/template/_base.rb

Overview

Base class for toys

Direct Known Subclasses

Monitor, PhasedRestart, Restart, Start, Status, Stop

Defined Under Namespace

Modules: CommonCode

Instance Method Summary collapse

Constructor Details

#initialize(config_proc:) ⇒ Base

Returns a new instance of Base.



13
14
15
# File 'lib/flame_server_toys/template/_base.rb', line 13

def initialize(config_proc:)
	@config_proc = config_proc
end