Class: Rigor::Triage::Summary

Inherits:
Data
  • Object
show all
Defined in:
lib/rigor/triage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



18
19
20
# File 'lib/rigor/triage.rb', line 18

def error
  @error
end

#infoObject (readonly)

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



18
19
20
# File 'lib/rigor/triage.rb', line 18

def info
  @info
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



18
19
20
# File 'lib/rigor/triage.rb', line 18

def total
  @total
end

#warningObject (readonly)

Returns the value of attribute warning

Returns:

  • (Object)

    the current value of warning



18
19
20
# File 'lib/rigor/triage.rb', line 18

def warning
  @warning
end