Class: Vita::NoteScanner::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/vita/note_scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



6
7
8
# File 'lib/vita/note_scanner.rb', line 6

def context
  @context
end

#context_positionObject

Returns the value of attribute context_position

Returns:

  • (Object)

    the current value of context_position



6
7
8
# File 'lib/vita/note_scanner.rb', line 6

def context_position
  @context_position
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



6
7
8
# File 'lib/vita/note_scanner.rb', line 6

def position
  @position
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



6
7
8
# File 'lib/vita/note_scanner.rb', line 6

def text
  @text
end