Class: SongPro::Part
- Inherits:
-
Object
- Object
- SongPro::Part
- Defined in:
- lib/song_pro/part.rb
Instance Attribute Summary collapse
-
#chord ⇒ Object
Returns the value of attribute chord.
-
#lyric ⇒ Object
Returns the value of attribute lyric.
Instance Attribute Details
#chord ⇒ Object
Returns the value of attribute chord.
5 6 7 |
# File 'lib/song_pro/part.rb', line 5 def chord @chord end |
#lyric ⇒ Object
Returns the value of attribute lyric.
5 6 7 |
# File 'lib/song_pro/part.rb', line 5 def lyric @lyric end |