module Freesound

Constants

VERSION

Attributes

api_key[W]
api_url[W]

Public Class Methods

api_key() click to toggle source
# File lib/freesound.rb, line 8
def api_key
  @api_key || raise("Freesound requires an api_key")
end
api_url() click to toggle source
# File lib/freesound.rb, line 12
def api_url
  @api_url ||= "https://freesound.org/apiv2"
end