Class: Mistri::Edit::Match
- Inherits:
-
Struct
- Object
- Struct
- Mistri::Edit::Match
- Defined in:
- lib/mistri/edit.rb
Instance Attribute Summary collapse
-
#edit_index ⇒ Object
Returns the value of attribute edit_index.
-
#finish ⇒ Object
Returns the value of attribute finish.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#edit_index ⇒ Object
Returns the value of attribute edit_index
15 16 17 |
# File 'lib/mistri/edit.rb', line 15 def edit_index @edit_index end |
#finish ⇒ Object
Returns the value of attribute finish
15 16 17 |
# File 'lib/mistri/edit.rb', line 15 def finish @finish end |
#replacement ⇒ Object
Returns the value of attribute replacement
15 16 17 |
# File 'lib/mistri/edit.rb', line 15 def replacement @replacement end |
#start ⇒ Object
Returns the value of attribute start
15 16 17 |
# File 'lib/mistri/edit.rb', line 15 def start @start end |