Class: RuboCop::Cop::Naming::InclusiveLanguage::WordLocation

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/cop/naming/inclusive_language.rb

Instance Attribute Summary collapse

Instance Attribute Details

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



82
83
84
# File 'lib/rubocop/cop/naming/inclusive_language.rb', line 82

def position
  @position
end

#wordObject

Returns the value of attribute word

Returns:

  • (Object)

    the current value of word



82
83
84
# File 'lib/rubocop/cop/naming/inclusive_language.rb', line 82

def word
  @word
end