Class: Forspell::Loaders::Word

Inherits:
Struct
  • Object
show all
Defined in:
lib/forspell/loaders/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



8
9
10
# File 'lib/forspell/loaders/base.rb', line 8

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



8
9
10
# File 'lib/forspell/loaders/base.rb', line 8

def line
  @line
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



8
9
10
# File 'lib/forspell/loaders/base.rb', line 8

def text
  @text
end