Class: Vita::NoteScanner::Match
- Inherits:
-
Struct
- Object
- Struct
- Vita::NoteScanner::Match
- Defined in:
- lib/vita/note_scanner.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#context_position ⇒ Object
Returns the value of attribute context_position.
-
#position ⇒ Object
Returns the value of attribute position.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
6 7 8 |
# File 'lib/vita/note_scanner.rb', line 6 def context @context end |
#context_position ⇒ Object
Returns the value of attribute context_position
6 7 8 |
# File 'lib/vita/note_scanner.rb', line 6 def context_position @context_position end |
#position ⇒ Object
Returns the value of attribute position
6 7 8 |
# File 'lib/vita/note_scanner.rb', line 6 def position @position end |
#text ⇒ Object
Returns the value of attribute text
6 7 8 |
# File 'lib/vita/note_scanner.rb', line 6 def text @text end |