Class: Siding::Watch::RootEntry
- Inherits:
-
Struct
- Object
- Struct
- Siding::Watch::RootEntry
- Defined in:
- lib/siding/watch.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#recursive ⇒ Object
Returns the value of attribute recursive.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/siding/watch.rb', line 10 def path @path end |
#recursive ⇒ Object
Returns the value of attribute recursive
10 11 12 |
# File 'lib/siding/watch.rb', line 10 def recursive @recursive end |