Class: Copse::Procfile::Entry
- Inherits:
-
Struct
- Object
- Struct
- Copse::Procfile::Entry
- Defined in:
- lib/copse/procfile.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
10 11 12 |
# File 'lib/copse/procfile.rb', line 10 def command @command end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/copse/procfile.rb', line 10 def name @name end |