Class: Rigor::CLI::UntypedCall
- Inherits:
-
Data
- Object
- Data
- Rigor::CLI::UntypedCall
- Defined in:
- lib/rigor/cli/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
12 13 14 |
# File 'lib/rigor/cli/protection_report.rb', line 12 def count @count end |
#examples ⇒ Object (readonly)
Returns the value of attribute examples
12 13 14 |
# File 'lib/rigor/cli/protection_report.rb', line 12 def examples @examples end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
12 13 14 |
# File 'lib/rigor/cli/protection_report.rb', line 12 def method_name @method_name end |