class APIKeyNotSet

Public Instance Methods

to_s() click to toggle source

Warns of missing API key

# File lib/songkickr.rb, line 21
def to_s
  'API key not set!'
end