Class: Mistri::Edit::Match

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

Instance Attribute Summary collapse

Instance Attribute Details

#edit_indexObject

Returns the value of attribute edit_index

Returns:

  • (Object)

    the current value of edit_index



15
16
17
# File 'lib/mistri/edit.rb', line 15

def edit_index
  @edit_index
end

#finishObject

Returns the value of attribute finish

Returns:

  • (Object)

    the current value of finish



15
16
17
# File 'lib/mistri/edit.rb', line 15

def finish
  @finish
end

#replacementObject

Returns the value of attribute replacement

Returns:

  • (Object)

    the current value of replacement



15
16
17
# File 'lib/mistri/edit.rb', line 15

def replacement
  @replacement
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



15
16
17
# File 'lib/mistri/edit.rb', line 15

def start
  @start
end