Class: RuboCop::Cop::VariableForce::VariableReference
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Cop::VariableForce::VariableReference
- Defined in:
- lib/rubocop/cop/variable_force.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
58 59 60 |
# File 'lib/rubocop/cop/variable_force.rb', line 58 def name @name end |
Instance Method Details
#assignment? ⇒ Boolean
59 60 61 |
# File 'lib/rubocop/cop/variable_force.rb', line 59 def assignment? false end |