Class: Harnex::WatchConfig
- Inherits:
-
Struct
- Object
- Struct
- Harnex::WatchConfig
- Defined in:
- lib/harnex/core.rb
Instance Attribute Summary collapse
-
#absolute_path ⇒ Object
Returns the value of attribute absolute_path.
-
#debounce_seconds ⇒ Object
Returns the value of attribute debounce_seconds.
-
#display_path ⇒ Object
Returns the value of attribute display_path.
-
#hook_message ⇒ Object
Returns the value of attribute hook_message.
Instance Attribute Details
#absolute_path ⇒ Object
Returns the value of attribute absolute_path
24 25 26 |
# File 'lib/harnex/core.rb', line 24 def absolute_path @absolute_path end |
#debounce_seconds ⇒ Object
Returns the value of attribute debounce_seconds
24 25 26 |
# File 'lib/harnex/core.rb', line 24 def debounce_seconds @debounce_seconds end |
#display_path ⇒ Object
Returns the value of attribute display_path
24 25 26 |
# File 'lib/harnex/core.rb', line 24 def display_path @display_path end |
#hook_message ⇒ Object
Returns the value of attribute hook_message
24 25 26 |
# File 'lib/harnex/core.rb', line 24 def @hook_message end |