Class: Runit::Config::Service
- Inherits:
-
Struct
- Object
- Struct
- Runit::Config::Service
- Defined in:
- lib/runit/config.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#env ⇒ Object
Returns the value of attribute env.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
10 11 12 |
# File 'lib/runit/config.rb', line 10 def command @command end |
#env ⇒ Object
Returns the value of attribute env
10 11 12 |
# File 'lib/runit/config.rb', line 10 def env @env end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/runit/config.rb', line 10 def name @name end |