Class: Relevance::Tarantula::LogGrabber
- Defined in:
- lib/relevance/tarantula/log_grabber.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
- #clear! ⇒ Object
- #grab! ⇒ Object
-
#initialize(path) ⇒ LogGrabber
constructor
A new instance of LogGrabber.
Constructor Details
#initialize(path) ⇒ LogGrabber
Returns a new instance of LogGrabber.
3 4 5 |
# File 'lib/relevance/tarantula/log_grabber.rb', line 3 def initialize(path) @path = path end |
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
2 3 4 |
# File 'lib/relevance/tarantula/log_grabber.rb', line 2 def path @path end |