Class: Konjak::TmxSegmentor::BaseStrategy::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/konjak/tmx_segmentor/base_strategy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



10
11
12
# File 'lib/konjak/tmx_segmentor/base_strategy.rb', line 10

def current
  @current
end

#prevObject

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



10
11
12
# File 'lib/konjak/tmx_segmentor/base_strategy.rb', line 10

def prev
  @prev
end