Class: MetzScan::Analyzers::SubclassOverridePressure::MethodBodyFacts::Facts
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::SubclassOverridePressure::MethodBodyFacts::Facts
- Defined in:
- lib/metz_scan/analyzers/subclass_override_pressure/method_body_facts.rb
Instance Attribute Summary collapse
-
#body_kind ⇒ Object
Returns the value of attribute body_kind.
-
#calls_super ⇒ Object
Returns the value of attribute calls_super.
Instance Attribute Details
#body_kind ⇒ Object
Returns the value of attribute body_kind
9 10 11 |
# File 'lib/metz_scan/analyzers/subclass_override_pressure/method_body_facts.rb', line 9 def body_kind @body_kind end |
#calls_super ⇒ Object
Returns the value of attribute calls_super
9 10 11 |
# File 'lib/metz_scan/analyzers/subclass_override_pressure/method_body_facts.rb', line 9 def calls_super @calls_super end |