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
23 24 25 |
# File 'lib/harnex/core.rb', line 23 def absolute_path @absolute_path end |
#debounce_seconds ⇒ Object
Returns the value of attribute debounce_seconds
23 24 25 |
# File 'lib/harnex/core.rb', line 23 def debounce_seconds @debounce_seconds end |
#display_path ⇒ Object
Returns the value of attribute display_path
23 24 25 |
# File 'lib/harnex/core.rb', line 23 def display_path @display_path end |
#hook_message ⇒ Object
Returns the value of attribute hook_message
23 24 25 |
# File 'lib/harnex/core.rb', line 23 def @hook_message end |