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



423
424
425
# File 'lib/raramorph/raramorph.rb', line 423

def prefix
  @prefix
end

#stemObject

Returns the value of attribute stem

Returns:

  • (Object)

    the current value of stem



423
424
425
# File 'lib/raramorph/raramorph.rb', line 423

def stem
  @stem
end

#suffixObject

Returns the value of attribute suffix

Returns:

  • (Object)

    the current value of suffix



423
424
425
# File 'lib/raramorph/raramorph.rb', line 423

def suffix
  @suffix
end