Class: VisibilityChecker::VisibilityChange
- Inherits:
-
Struct
- Object
- Struct
- VisibilityChecker::VisibilityChange
- Defined in:
- lib/visibility_checker.rb
Overview
Structure holding data on method visibility changes
Instance Attribute Summary collapse
-
#defined_in ⇒ Object
Returns the value of attribute defined_in.
-
#method ⇒ Object
Returns the value of attribute method.
-
#new_visibility ⇒ Object
Returns the value of attribute new_visibility.
-
#original_visibility ⇒ Object
Returns the value of attribute original_visibility.
-
#overridden_by ⇒ Object
Returns the value of attribute overridden_by.
Instance Attribute Details
#defined_in ⇒ Object
Returns the value of attribute defined_in
3 4 5 |
# File 'lib/visibility_checker.rb', line 3 def defined_in @defined_in end |
#method ⇒ Object
Returns the value of attribute method
3 4 5 |
# File 'lib/visibility_checker.rb', line 3 def method @method end |
#new_visibility ⇒ Object
Returns the value of attribute new_visibility
3 4 5 |
# File 'lib/visibility_checker.rb', line 3 def new_visibility @new_visibility end |
#original_visibility ⇒ Object
Returns the value of attribute original_visibility
3 4 5 |
# File 'lib/visibility_checker.rb', line 3 def original_visibility @original_visibility end |
#overridden_by ⇒ Object
Returns the value of attribute overridden_by
3 4 5 |
# File 'lib/visibility_checker.rb', line 3 def overridden_by @overridden_by end |