Class: Freesound::Client::Response::Pack

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

#sounds(**params) ⇒ Object



130
131
132
# File 'lib/freesound/client.rb', line 130

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