class UrlExpander::Expanders::Tnwto
Expand tnw.to URLS Usage: UrlExpander::Client.expand
(“tnw.to/1A3qT”)
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/tnwto.rb, line 12 def initialize(short_url="", options={}) @parent_klass = self super(short_url, options) end