Module: Yourls

Defined in:
lib/yourls/url.rb,
lib/yourls/client.rb,
lib/yourls/yourls.rb

Defined Under Namespace

Classes: Client, Url

Class Method Summary collapse

Class Method Details

.new(host, api_key, options = {}) ⇒ Object



2
3
4
# File 'lib/yourls/yourls.rb', line 2

def self.new(host, api_key, options = {})
  Yourls::Client.new(host, api_key, options)
end