Class: Overcommit::Hook::CommitMsg::SpellCheck::Misspelling
- Inherits:
-
Struct
- Object
- Struct
- Overcommit::Hook::CommitMsg::SpellCheck::Misspelling
- Defined in:
- lib/overcommit/hook/commit_msg/spell_check.rb
Instance Attribute Summary collapse
-
#suggestions ⇒ Object
Returns the value of attribute suggestions.
-
#word ⇒ Object
Returns the value of attribute word.
Instance Attribute Details
#suggestions ⇒ Object
Returns the value of attribute suggestions
10 11 12 |
# File 'lib/overcommit/hook/commit_msg/spell_check.rb', line 10 def suggestions @suggestions end |
#word ⇒ Object
Returns the value of attribute word
10 11 12 |
# File 'lib/overcommit/hook/commit_msg/spell_check.rb', line 10 def word @word end |