Class: Tomo::Plugin::GoodJob::Tasks::SystemdUnit
- Inherits:
-
Struct
- Object
- Struct
- Tomo::Plugin::GoodJob::Tasks::SystemdUnit
- Defined in:
- lib/tomo/plugin/good_job/tasks.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/tomo/plugin/good_job/tasks.rb', line 3 def name @name end |
#path ⇒ Object
Returns the value of attribute path
3 4 5 |
# File 'lib/tomo/plugin/good_job/tasks.rb', line 3 def path @path end |
#template ⇒ Object
Returns the value of attribute template
3 4 5 |
# File 'lib/tomo/plugin/good_job/tasks.rb', line 3 def template @template end |