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.
-
#dynamic_origin ⇒ Object
readonly
Returns the value of attribute dynamic_origin.
-
#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
14 15 16 |
# File 'lib/rigor/cli/protection_report.rb', line 14 def count @count end |
#dynamic_origin ⇒ Object (readonly)
Returns the value of attribute dynamic_origin
14 15 16 |
# File 'lib/rigor/cli/protection_report.rb', line 14 def dynamic_origin @dynamic_origin end |
#examples ⇒ Object (readonly)
Returns the value of attribute examples
14 15 16 |
# File 'lib/rigor/cli/protection_report.rb', line 14 def examples @examples end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
14 15 16 |
# File 'lib/rigor/cli/protection_report.rb', line 14 def method_name @method_name end |