Class: Songdrop::User

Inherits:
Base
  • Object
show all
Includes:
ImageHelper
Defined in:
lib/songdrop/objects/user.rb

Instance Attribute Summary

Attributes inherited from Base

#_properties

Instance Method Summary collapse

Methods included from ImageHelper

#image

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_tokenObject



5
6
7
# File 'lib/songdrop/objects/user.rb', line 5

def auth_token
  "#{self.id}-#{self.api_token}"
end