Class: OneshotCoverage::OneshotLog
- Inherits:
-
Struct
- Object
- Struct
- OneshotCoverage::OneshotLog
- Defined in:
- lib/oneshot_coverage.rb
Instance Attribute Summary collapse
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#md5_hash ⇒ Object
Returns the value of attribute md5_hash.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#lines ⇒ Object
Returns the value of attribute lines
22 23 24 |
# File 'lib/oneshot_coverage.rb', line 22 def lines @lines end |
#md5_hash ⇒ Object
Returns the value of attribute md5_hash
22 23 24 |
# File 'lib/oneshot_coverage.rb', line 22 def md5_hash @md5_hash end |
#path ⇒ Object
Returns the value of attribute path
22 23 24 |
# File 'lib/oneshot_coverage.rb', line 22 def path @path end |