Class: Overcommit::Hook::CommitMsg::SpellCheck::Misspelling

Inherits:
Struct
  • Object
show all
Defined in:
lib/overcommit/hook/commit_msg/spell_check.rb

Instance Attribute Summary collapse

Instance Attribute Details

#suggestionsObject

Returns the value of attribute suggestions

Returns:

  • (Object)

    the current value of suggestions



10
11
12
# File 'lib/overcommit/hook/commit_msg/spell_check.rb', line 10

def suggestions
  @suggestions
end

#wordObject

Returns the value of attribute word

Returns:

  • (Object)

    the current value of word



10
11
12
# File 'lib/overcommit/hook/commit_msg/spell_check.rb', line 10

def word
  @word
end