Class: Dip::Commands::Console::Inject
- Inherits:
-
Dip::Command
- Object
- Dip::Command
- Dip::Commands::Console::Inject
- Defined in:
- lib/dip/commands/console.rb
Instance Attribute Summary collapse
-
#aliases ⇒ Object
readonly
Returns the value of attribute aliases.
-
#out ⇒ Object
readonly
Returns the value of attribute out.
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize ⇒ Inject
constructor
A new instance of Inject.
Methods inherited from Dip::Command
Constructor Details
#initialize ⇒ Inject
Returns a new instance of Inject.
83 84 85 86 |
# File 'lib/dip/commands/console.rb', line 83 def initialize @aliases = [] @out = [] end |
Instance Attribute Details
#aliases ⇒ Object (readonly)
Returns the value of attribute aliases.
81 82 83 |
# File 'lib/dip/commands/console.rb', line 81 def aliases @aliases end |
#out ⇒ Object (readonly)
Returns the value of attribute out.
81 82 83 |
# File 'lib/dip/commands/console.rb', line 81 def out @out end |