Class: Freesound::Resources::User
- Defined in:
- lib/freesound/resources.rb
Instance Method Summary collapse
-
#id ⇒ Object
User resources are identified by their username, for example:.
Methods inherited from Base
Instance Method Details
#id ⇒ Object
User resources are identified by their username, for example:
/api/people/alexgenco
79 80 81 |
# File 'lib/freesound/resources.rb', line 79 def id username end |