Class: Siding::Watch::RootEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/siding/watch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/siding/watch.rb', line 10

def path
  @path
end

#recursiveObject

Returns the value of attribute recursive

Returns:

  • (Object)

    the current value of recursive



10
11
12
# File 'lib/siding/watch.rb', line 10

def recursive
  @recursive
end