Class: Songdrop::Error

Inherits:
Base
  • Object
show all
Defined in:
lib/songdrop/objects/error.rb

Instance Attribute Summary

Attributes inherited from Base

#_properties

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

Returns:

  • (Boolean)


3
4
5
# File 'lib/songdrop/objects/error.rb', line 3

def error?
  true
end