Class: Rigor::Triage::Summary
- Inherits:
-
Data
- Object
- Data
- Rigor::Triage::Summary
- Defined in:
- lib/rigor/triage.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#info ⇒ Object
readonly
Returns the value of attribute info.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
-
#warning ⇒ Object
readonly
Returns the value of attribute warning.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
18 19 20 |
# File 'lib/rigor/triage.rb', line 18 def error @error end |
#info ⇒ Object (readonly)
Returns the value of attribute info
18 19 20 |
# File 'lib/rigor/triage.rb', line 18 def info @info end |
#total ⇒ Object (readonly)
Returns the value of attribute total
18 19 20 |
# File 'lib/rigor/triage.rb', line 18 def total @total end |
#warning ⇒ Object (readonly)
Returns the value of attribute warning
18 19 20 |
# File 'lib/rigor/triage.rb', line 18 def warning @warning end |