Class: HeadMusic::Notation::MusicXML::BeamGrouper::Beam
- Inherits:
-
Struct
- Object
- Struct
- HeadMusic::Notation::MusicXML::BeamGrouper::Beam
- Defined in:
- lib/head_music/notation/music_xml/beam_grouper.rb
Overview
A single
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number
8 9 10 |
# File 'lib/head_music/notation/music_xml/beam_grouper.rb', line 8 def number @number end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/head_music/notation/music_xml/beam_grouper.rb', line 8 def type @type end |