Class: Freesound::Client::Response::User

Inherits:
Base
  • Object
show all
Defined in:
lib/freesound/client.rb

Instance Method Summary collapse

Methods inherited from Base

#data, #follow_link, #initialize

Constructor Details

This class inherits a constructor from Freesound::Client::Response::Base

Instance Method Details

#packs(**params) ⇒ Object



124
125
126
# File 'lib/freesound/client.rb', line 124

def packs(**params)
  follow_link(:packs, Search, **params)
end

#sounds(**params) ⇒ Object



120
121
122
# File 'lib/freesound/client.rb', line 120

def sounds(**params)
  follow_link(:sounds, Search, **params)
end