Module: Yourls
- Defined in:
- lib/yourls/url.rb,
lib/yourls/client.rb,
lib/yourls/yourls.rb
Defined Under Namespace
Class Method Summary (collapse)
Class Method Details
+ (Object) new(host, api_key, options = {})
2 3 4 |
# File 'lib/yourls/yourls.rb', line 2 def self.new(host, api_key, = {}) Yourls::Client.new(host, api_key, ) end |