Class: Distribute::Command
- Inherits:
-
Struct
- Object
- Struct
- Distribute::Command
- Defined in:
- lib/distribute/command.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
Instance Method Summary collapse
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
2 3 4 |
# File 'lib/distribute/command.rb', line 2 def command @command end |
Instance Method Details
#send! ⇒ Object
3 4 5 |
# File 'lib/distribute/command.rb', line 3 def send! `#{command}` end |