Class: OneshotCoverage::OneshotLog

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

Instance Attribute Summary collapse

Instance Attribute Details

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



22
23
24
# File 'lib/oneshot_coverage.rb', line 22

def lines
  @lines
end

#md5_hashObject

Returns the value of attribute md5_hash

Returns:

  • (Object)

    the current value of md5_hash



22
23
24
# File 'lib/oneshot_coverage.rb', line 22

def md5_hash
  @md5_hash
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



22
23
24
# File 'lib/oneshot_coverage.rb', line 22

def path
  @path
end