Class: Escape::Commands::Base
- Inherits:
-
Object
- Object
- Escape::Commands::Base
- Defined in:
- lib/escape/commands/base.rb
Instance Attribute Summary collapse
-
#runner ⇒ Object
readonly
Returns the value of attribute runner.
Instance Method Summary collapse
-
#initialize(runner) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(runner) ⇒ Base
6 7 8 |
# File 'lib/escape/commands/base.rb', line 6 def initialize(runner) @runner = runner end |
Instance Attribute Details
#runner ⇒ Object (readonly)
Returns the value of attribute runner.
4 5 6 |
# File 'lib/escape/commands/base.rb', line 4 def runner @runner end |