Class: Homophone::Service::Spotify
- Inherits:
-
Object
- Object
- Homophone::Service::Spotify
- Includes:
- HTTParty, MusicianRetriever
- Defined in:
- lib/homophone/service.rb
Instance Method Summary collapse
Methods included from MusicianRetriever
Instance Method Details
#get(url) ⇒ Object
23 24 25 |
# File 'lib/homophone/service.rb', line 23 def get(url) JSON.parse(self.class.get(url).body) end |