Class: Spellchecker::Mistake
- Inherits:
-
Struct
- Object
- Struct
- Spellchecker::Mistake
- Defined in:
- lib/spellchecker.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#correction ⇒ Object
Returns the value of attribute correction.
-
#position ⇒ Object
Returns the value of attribute position.
-
#text ⇒ Object
Returns the value of attribute text.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
24 25 26 |
# File 'lib/spellchecker.rb', line 24 def context @context end |
#correction ⇒ Object
Returns the value of attribute correction
24 25 26 |
# File 'lib/spellchecker.rb', line 24 def correction @correction end |
#position ⇒ Object
Returns the value of attribute position
24 25 26 |
# File 'lib/spellchecker.rb', line 24 def position @position end |
#text ⇒ Object
Returns the value of attribute text
24 25 26 |
# File 'lib/spellchecker.rb', line 24 def text @text end |
#type ⇒ Object
Returns the value of attribute type
24 25 26 |
# File 'lib/spellchecker.rb', line 24 def type @type end |