Class: HeadMusic::Notation::MusicXML::DurationWriter::Component
- Inherits:
-
Struct
- Object
- Struct
- HeadMusic::Notation::MusicXML::DurationWriter::Component
- Defined in:
- lib/head_music/notation/music_xml/duration_writer.rb
Instance Attribute Summary collapse
-
#dots ⇒ Object
Returns the value of attribute dots.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#tie_start ⇒ Object
Returns the value of attribute tie_start.
-
#tie_stop ⇒ Object
Returns the value of attribute tie_stop.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#dots ⇒ Object
Returns the value of attribute dots
7 8 9 |
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7 def dots @dots end |
#duration ⇒ Object
Returns the value of attribute duration
7 8 9 |
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7 def duration @duration end |
#tie_start ⇒ Object
Returns the value of attribute tie_start
7 8 9 |
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7 def tie_start @tie_start end |
#tie_stop ⇒ Object
Returns the value of attribute tie_stop
7 8 9 |
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7 def tie_stop @tie_stop end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7 def type @type end |