Class: Musa::MusicXML::Builder::Internal::Rights
- Inherits:
-
TypedText
- Object
- TypedText
- Musa::MusicXML::Builder::Internal::Rights
- Defined in:
- lib/musa-dsl/musicxml/builder/typed-text.rb
Instance Method Summary collapse
-
#initialize(type, name) ⇒ Rights
constructor
A new instance of Rights.
Methods included from Helper::ToXML
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 |