Class: RuboCop::Cop::Naming::InclusiveLanguage::WordLocation
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Cop::Naming::InclusiveLanguage::WordLocation
- Defined in:
- lib/rubocop/cop/naming/inclusive_language.rb
Instance Attribute Summary collapse
-
#position ⇒ Object
Returns the value of attribute position.
-
#word ⇒ Object
Returns the value of attribute word.
Instance Attribute Details
#position ⇒ Object
Returns the value of attribute position
82 83 84 |
# File 'lib/rubocop/cop/naming/inclusive_language.rb', line 82 def position @position end |
#word ⇒ Object
Returns the value of attribute word
82 83 84 |
# File 'lib/rubocop/cop/naming/inclusive_language.rb', line 82 def word @word end |