Class: Konjak::TmxSegmentor::BaseStrategy::Edge
- Inherits:
-
Struct
- Object
- Struct
- Konjak::TmxSegmentor::BaseStrategy::Edge
- Defined in:
- lib/konjak/tmx_segmentor/base_strategy.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
Returns the value of attribute current.
-
#prev ⇒ Object
Returns the value of attribute prev.
Instance Attribute Details
#current ⇒ Object
Returns the value of attribute current
10 11 12 |
# File 'lib/konjak/tmx_segmentor/base_strategy.rb', line 10 def current @current end |
#prev ⇒ Object
Returns the value of attribute prev
10 11 12 |
# File 'lib/konjak/tmx_segmentor/base_strategy.rb', line 10 def prev @prev end |