Class: Guard::Unity::Runner
- Inherits:
-
Object
- Object
- Guard::Unity::Runner
- Defined in:
- lib/guard/unity/runner.rb
Instance Attribute Summary collapse
-
#notifier ⇒ Object
Returns the value of attribute notifier.
-
#options ⇒ Object
Returns the value of attribute options.
-
#parser ⇒ Object
Returns the value of attribute parser.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Runner
constructor
A new instance of Runner.
- #run ⇒ Object
Constructor Details
Instance Attribute Details
#notifier ⇒ Object
Returns the value of attribute notifier.
8 9 10 |
# File 'lib/guard/unity/runner.rb', line 8 def notifier @notifier end |
#options ⇒ Object
Returns the value of attribute options.
8 9 10 |
# File 'lib/guard/unity/runner.rb', line 8 def @options end |
#parser ⇒ Object
Returns the value of attribute parser.
8 9 10 |
# File 'lib/guard/unity/runner.rb', line 8 def parser @parser end |
Instance Method Details
#run ⇒ Object
16 17 18 |
# File 'lib/guard/unity/runner.rb', line 16 def run _run end |