Class: Rigor::CLI::UnprotectedBreakage
- Inherits:
-
Data
- Object
- Data
- Rigor::CLI::UnprotectedBreakage
- Defined in:
- lib/rigor/cli/fused_protection_report.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#examples ⇒ Object
readonly
Returns the value of attribute examples.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
15 16 17 |
# File 'lib/rigor/cli/fused_protection_report.rb', line 15 def count @count end |
#examples ⇒ Object (readonly)
Returns the value of attribute examples
15 16 17 |
# File 'lib/rigor/cli/fused_protection_report.rb', line 15 def examples @examples end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
15 16 17 |
# File 'lib/rigor/cli/fused_protection_report.rb', line 15 def method_name @method_name end |