Class: Musa::MusicXML::Builder::Internal::Rights Private
- Defined in:
- lib/musa-dsl/musicxml/builder/typed-text.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Rights metadata for MusicXML identification section.
Represents a <rights> element specifying copyright, licensing, or
attribution information.
Instance Method Summary collapse
-
#initialize(type, name) ⇒ Rights
constructor
private
Creates a rights entry.
Constructor Details
#initialize(type, name) ⇒ Rights
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Creates a rights entry.
94 95 96 97 |
# File 'lib/musa-dsl/musicxml/builder/typed-text.rb', line 94 def initialize(type, name) @tag = 'rights' super type, name end |