module RubyFm
Constants
- VERSION
Public Class Methods
api_key()
click to toggle source
# File lib/ruby_fm.rb, line 11 def self.api_key @api_key end
api_key=(key)
click to toggle source
# File lib/ruby_fm.rb, line 7 def self.api_key=(key) @api_key = key end