Class: Part
- Inherits:
-
Object
- Object
- 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.
4 5 6 |
# File 'lib/song_pro/part.rb', line 4 def chord @chord end |
#lyric ⇒ Object
Returns the value of attribute lyric.
4 5 6 |
# File 'lib/song_pro/part.rb', line 4 def lyric @lyric end |