Class: Songdrop::User
- Includes:
- ImageHelper
- Defined in:
- lib/songdrop/objects/user.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods included from ImageHelper
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
#auth_token ⇒ Object
5 6 7 |
# File 'lib/songdrop/objects/user.rb', line 5 def auth_token "#{self.id}-#{self.api_token}" end |