Class: SongPro::Measure
- Inherits:
-
Object
- Object
- SongPro::Measure
- Defined in:
- lib/song_pro/measure.rb
Instance Attribute Summary collapse
-
#chords ⇒ Object
Returns the value of attribute chords.
Instance Method Summary collapse
-
#initialize ⇒ Measure
constructor
A new instance of Measure.
Constructor Details
#initialize ⇒ Measure
Returns a new instance of Measure.
5 6 7 |
# File 'lib/song_pro/measure.rb', line 5 def initialize @chords = [] end |
Instance Attribute Details
#chords ⇒ Object
Returns the value of attribute chords.
3 4 5 |
# File 'lib/song_pro/measure.rb', line 3 def chords @chords end |