Class: Musa::MusicXML::Builder::Internal::Creator

Inherits:
TypedText
  • Object
show all
Defined in:
lib/musa-dsl/musicxml/builder/typed-text.rb

Instance Method Summary collapse

Methods included from Helper::ToXML

#to_xml

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