module Rdioid
Constants
- API_ENDPOINT
- AUTHORIZATION_URL
- BASE_URL
- OAUTH_DEVICE_CODE_ENDPOINT
- OAUTH_TOKEN_ENDPOINT
- VERSION
Attributes
config[RW]
Public Class Methods
configure() { |config| ... }
click to toggle source
# File lib/rdioid.rb, line 19 def self.configure self.config ||= Rdioid::Config.new yield(config) end