Class: KBuilder::Watch::BaseAction
- Inherits:
-
Object
- Object
- KBuilder::Watch::BaseAction
- Defined in:
- lib/k_builder/watch/base_action.rb
Overview
Base Action
Direct Known Subclasses
ActionDisplayDebug, ActionDisplayHelp, ActionNewBuilder, ActionWatcher
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ BaseAction
constructor
A new instance of BaseAction.
- #run ⇒ Object
Constructor Details
#initialize(options) ⇒ BaseAction
Returns a new instance of BaseAction.
9 10 11 |
# File 'lib/k_builder/watch/base_action.rb', line 9 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
7 8 9 |
# File 'lib/k_builder/watch/base_action.rb', line 7 def @options end |