class UrlExpander::Expanders::Snipurl
Expand snipurl.com URLS Usage: UrlExpander::Client.expand
(“snipurl.com/209hem”) UrlExpander::Client.expand
(“sn.im/209hem”)
@NOTE: This service does provide an api but it is not working
Constants
- PATTERN
Attributes
parent_klass[R]
Public Class Methods
new(short_url="", options={})
click to toggle source
Calls superclass method
UrlExpander::Expanders::Basic::new
# File lib/url_expander/expanders/basic/snipurl.rb, line 15 def initialize(short_url="", options={}) @parent_klass = self super(short_url, options) end