module RSocial::Soundcloud

Public Class Methods

client(options={browser:"chrome"}) click to toggle source
# File lib/rsocial/soundcloud.rb, line 3
def self.client(options={browser:"chrome"})
  Soundcloud::Client.new(options)
end