Class: Harnex::WatchConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/harnex/core.rb

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_pathObject

Returns the value of attribute absolute_path

Returns:

  • (Object)

    the current value of absolute_path



23
24
25
# File 'lib/harnex/core.rb', line 23

def absolute_path
  @absolute_path
end

#debounce_secondsObject

Returns the value of attribute debounce_seconds

Returns:

  • (Object)

    the current value of debounce_seconds



23
24
25
# File 'lib/harnex/core.rb', line 23

def debounce_seconds
  @debounce_seconds
end

#display_pathObject

Returns the value of attribute display_path

Returns:

  • (Object)

    the current value of display_path



23
24
25
# File 'lib/harnex/core.rb', line 23

def display_path
  @display_path
end

#hook_messageObject

Returns the value of attribute hook_message

Returns:

  • (Object)

    the current value of hook_message



23
24
25
# File 'lib/harnex/core.rb', line 23

def hook_message
  @hook_message
end