Class: Part

Inherits:
Object
  • Object
show all
Defined in:
lib/song_pro/part.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chordObject

Returns the value of attribute chord.



4
5
6
# File 'lib/song_pro/part.rb', line 4

def chord
  @chord
end

#lyricObject

Returns the value of attribute lyric.



4
5
6
# File 'lib/song_pro/part.rb', line 4

def lyric
  @lyric
end