Class: Guard::Rack::CustomProcess
- Inherits:
-
Object
- Object
- Guard::Rack::CustomProcess
- Defined in:
- lib/guard/rack/custom_process.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(options) ⇒ CustomProcess
constructor
A new instance of CustomProcess.
Constructor Details
#initialize(options) ⇒ CustomProcess
Returns a new instance of CustomProcess.
18 19 20 |
# File 'lib/guard/rack/custom_process.rb', line 18 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
6 7 8 |
# File 'lib/guard/rack/custom_process.rb', line 6 def @options end |