Class: RailVerdict::Analyzers::SimpleCov::Probe

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/analyzers/simplecov.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



16
17
18
# File 'lib/rail_verdict/analyzers/simplecov.rb', line 16

def message
  @message
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



16
17
18
# File 'lib/rail_verdict/analyzers/simplecov.rb', line 16

def status
  @status
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



16
17
18
# File 'lib/rail_verdict/analyzers/simplecov.rb', line 16

def version
  @version
end