Method: Rundoc::CodeCommand::Background::Log::Read#initialize

Defined in:
lib/rundoc/code_command/background/log/read.rb

#initialize(name:) ⇒ Read

Returns a new instance of Read.



3
4
5
6
# File 'lib/rundoc/code_command/background/log/read.rb', line 3

def initialize(name:)
  @name = name
  @background = nil
end