module ItunesApi
Interface to the Itunes Api
Constants
- BASE_URL
- LIMIT
- VERSION
Public Class Methods
configure() { |instance| ... }
click to toggle source
# File lib/itunes_api.rb, line 12 def self.configure yield(Configuration.instance) end