Class: Coltrane::Commands::Command
- Inherits:
-
Object
- Object
- Coltrane::Commands::Command
- Defined in:
- lib/coltrane/commands/command.rb
Direct Known Subclasses
AvailableChordRepresentations, AvailableClassicScales, AvailableNotableProgressions, AvailableRepresentations, FindChordByNotes, FindCommonChords, FindProgressionsFromChords, FindScaleByChords, FindScaleByNotes, GetChordsFromNotableProgression, GetChordsFromProgression, GetChordsFromScale, GetChordsFromString, GetClassicScale, GetNotes, GetNotesFromString, GetRepresentationChords, GetRepresentationNotes, Render
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Class Method Summary collapse
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error.
4 5 6 |
# File 'lib/coltrane/commands/command.rb', line 4 def error @error end |
Class Method Details
.run(*args) ⇒ Object
6 7 8 |
# File 'lib/coltrane/commands/command.rb', line 6 def self.run(*args) new.run(*args) end |