Class: Runit::Config::Service

Inherits:
Struct
  • Object
show all
Defined in:
lib/runit/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



10
11
12
# File 'lib/runit/config.rb', line 10

def command
  @command
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



10
11
12
# File 'lib/runit/config.rb', line 10

def env
  @env
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/runit/config.rb', line 10

def name
  @name
end