Class: SegmentedWord

Inherits:
Struct
  • Object
show all
Defined in:
lib/raramorph/raramorph.rb

Instance Attribute Summary collapse

Instance Attribute Details

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



416
417
418
# File 'lib/raramorph/raramorph.rb', line 416

def prefix
  @prefix
end

#stemObject

Returns the value of attribute stem

Returns:

  • (Object)

    the current value of stem



416
417
418
# File 'lib/raramorph/raramorph.rb', line 416

def stem
  @stem
end

#suffixObject

Returns the value of attribute suffix

Returns:

  • (Object)

    the current value of suffix



416
417
418
# File 'lib/raramorph/raramorph.rb', line 416

def suffix
  @suffix
end