Class: Forspell::Loaders::Word
- Inherits:
-
Struct
- Object
- Struct
- Forspell::Loaders::Word
- Defined in:
- lib/forspell/loaders/base.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
8 9 10 |
# File 'lib/forspell/loaders/base.rb', line 8 def file @file end |
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/forspell/loaders/base.rb', line 8 def line @line end |
#text ⇒ Object
Returns the value of attribute text
8 9 10 |
# File 'lib/forspell/loaders/base.rb', line 8 def text @text end |