Class: Gotta::Mod::CLI::Watch
- Inherits:
-
Object
- Object
- Gotta::Mod::CLI::Watch
- Defined in:
- lib/gotta/mod/cli/watch.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Watch
constructor
A new instance of Watch.
- #run! ⇒ Object
Constructor Details
#initialize(options) ⇒ Watch
Returns a new instance of Watch.
7 8 9 |
# File 'lib/gotta/mod/cli/watch.rb', line 7 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
6 7 8 |
# File 'lib/gotta/mod/cli/watch.rb', line 6 def @options end |