Class: RailVerdict::Analyzers::RSpec::Probe

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



13
14
15
# File 'lib/rail_verdict/analyzers/rspec.rb', line 13

def message
  @message
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/rail_verdict/analyzers/rspec.rb', line 13

def status
  @status
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



13
14
15
# File 'lib/rail_verdict/analyzers/rspec.rb', line 13

def version
  @version
end