Class: Rigor::Triage::Hotspot
- Inherits:
-
Data
- Object
- Data
- Rigor::Triage::Hotspot
- Defined in:
- lib/rigor/triage.rb
Instance Attribute Summary collapse
-
#by_rule ⇒ Object
readonly
Returns the value of attribute by_rule.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#file ⇒ Object
readonly
Returns the value of attribute file.
Instance Attribute Details
#by_rule ⇒ Object (readonly)
Returns the value of attribute by_rule
20 21 22 |
# File 'lib/rigor/triage.rb', line 20 def by_rule @by_rule end |
#count ⇒ Object (readonly)
Returns the value of attribute count
20 21 22 |
# File 'lib/rigor/triage.rb', line 20 def count @count end |
#file ⇒ Object (readonly)
Returns the value of attribute file
20 21 22 |
# File 'lib/rigor/triage.rb', line 20 def file @file end |