Class: Musa::MusicXML::Builder::Internal::Rights

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) ⇒ Rights

Returns a new instance of Rights.



33
34
35
36
# File 'lib/musa-dsl/musicxml/builder/typed-text.rb', line 33

def initialize(type, name)
  @tag = 'rights'
  super type, name
end