Class: Musa::MusicXML::Builder::Internal::OtherDirection Private

Inherits:
DirectionType
  • Object
show all
Includes:
Helper::NotImplemented
Defined in:
lib/musa-dsl/musicxml/builder/direction.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.

Custom/other direction type (not implemented).

Instance Method Summary collapse

Instance Method Details

#initialize(**_args) ⇒ Object Originally defined in module Helper::NotImplemented

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.

Placeholder initializer accepting any parameters.

Parameters:

  • _args (Hash)

    ignored keyword arguments

#to_xml(io = nil, indent: nil) ⇒ Object Originally defined in module Helper::NotImplemented

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.

Raises error indicating the class is not implemented.

Parameters:

  • io (IO, nil) (defaults to: nil)

    ignored

  • indent (Integer, nil) (defaults to: nil)

    ignored

Raises:

  • (NotImplementedError)

    always raised with helpful message