class Freesound::Resources::User

Public Instance Methods

id() click to toggle source

User resources are identified by their username, for example:

/api/people/alexgenco
# File lib/freesound/resources.rb, line 91
def id
  username
end