Class: Musa::MusicXML::Builder::Internal::Creator
- Inherits:
-
TypedText
- Object
- TypedText
- Musa::MusicXML::Builder::Internal::Creator
- Defined in:
- lib/musa-dsl/musicxml/builder/typed-text.rb
Instance Method Summary collapse
-
#initialize(type, name) ⇒ Creator
constructor
A new instance of Creator.
Methods included from Helper::ToXML
Constructor Details
#initialize(type, name) ⇒ Creator
Returns a new instance of Creator.
26 27 28 29 |
# File 'lib/musa-dsl/musicxml/builder/typed-text.rb', line 26 def initialize(type, name) @tag = 'creator' super type, name end |