Class: Songdrop::Error
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#errors?, #initialize, #method_missing
Constructor Details
This class inherits a constructor from Songdrop::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Songdrop::Base
Instance Method Details
#error? ⇒ Boolean
3 4 5 |
# File 'lib/songdrop/objects/error.rb', line 3 def error? true end |