Class: Tomo::Plugin::Puma::Tasks::SystemdUnit
- Inherits:
-
Struct
- Object
- Struct
- Tomo::Plugin::Puma::Tasks::SystemdUnit
- Defined in:
- lib/tomo/plugin/puma/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
5 6 7 |
# File 'lib/tomo/plugin/puma/tasks.rb', line 5 def name @name end |
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/tomo/plugin/puma/tasks.rb', line 5 def path @path end |
#template ⇒ Object
Returns the value of attribute template
5 6 7 |
# File 'lib/tomo/plugin/puma/tasks.rb', line 5 def template @template end |