Class: HeadMusic::Notation::ABC::BookParser::Segment
- Inherits:
-
Data
- Object
- Data
- HeadMusic::Notation::ABC::BookParser::Segment
- Defined in:
- lib/head_music/notation/abc/book_parser.rb
Instance Attribute Summary collapse
-
#start_line ⇒ Object
readonly
Returns the value of attribute start_line.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
8 9 10 |
# File 'lib/head_music/notation/abc/book_parser.rb', line 8 def start_line @start_line end |
#text ⇒ Object (readonly)
Returns the value of attribute text
8 9 10 |
# File 'lib/head_music/notation/abc/book_parser.rb', line 8 def text @text end |