Class: Controll::Executor::Base
- Inherits:
-
Object
- Object
- Controll::Executor::Base
- Defined in:
- lib/controll/executor/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#controller ⇒ Object
Returns the value of attribute controller.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(controller, options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(controller, options = {}) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/controll/executor/base.rb', line 6 def initialize controller, = {} @controller = controller @options = end |
Instance Attribute Details
#controller ⇒ Object
Returns the value of attribute controller.
4 5 6 |
# File 'lib/controll/executor/base.rb', line 4 def controller @controller end |
#options ⇒ Object
Returns the value of attribute options.
4 5 6 |
# File 'lib/controll/executor/base.rb', line 4 def @options end |