Class: OneshotCov::OneshotLog
- Inherits:
-
Struct
- Object
- Struct
- OneshotCov::OneshotLog
- Defined in:
- lib/oneshot_cov/reporter.rb
Instance Attribute Summary collapse
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#lines ⇒ Object
Returns the value of attribute lines
3 4 5 |
# File 'lib/oneshot_cov/reporter.rb', line 3 def lines @lines end |
#path ⇒ Object
Returns the value of attribute path
3 4 5 |
# File 'lib/oneshot_cov/reporter.rb', line 3 def path @path end |