Class: RuboCop::Cop::VariableForce::VariableReference Private
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Cop::VariableForce::VariableReference
- Defined in:
- lib/rubocop/cop/variable_force.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
- #assignment? ⇒ Boolean private
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
62 63 64 |
# File 'lib/rubocop/cop/variable_force.rb', line 62 def name @name end |
Instance Method Details
#assignment? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
63 64 65 |
# File 'lib/rubocop/cop/variable_force.rb', line 63 def assignment? false end |