module Freesound

Constants

VERSION

Attributes

api_key[W]

Public Class Methods

api_key() click to toggle source
# File lib/freesound.rb, line 10
def api_key
  @api_key || raise("Freesound requires an api_key")
end