Class: Freesound::Client::Response::Search

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

#next_page(**params) ⇒ Object



98
99
100
# File 'lib/freesound/client.rb', line 98

def next_page(**params)
  follow_link(:next, Search, **params)
end

#previous_page(**params) ⇒ Object



102
103
104
# File 'lib/freesound/client.rb', line 102

def previous_page(**params)
  follow_link(:previous, Search, **params)
end