Class: UrlExpander::Expanders::Tcrnch

Inherits:
Bitly
  • Object
show all
Defined in:
lib/url_expander/expanders/api/tcrnch.rb

Overview

Expand techcruch Usage: UrlExpander::Client.expand(“tcrn.ch/oe50JN”)

Constant Summary collapse

PATTERN =
%r'(http://tcrn\.ch/([\w/]+))'

Instance Attribute Summary

Attributes inherited from Bitly

#api_key, #login, #parent_klass

Attributes inherited from API

#long_url, #parent_klass, #parttern, #shortner_key

Method Summary

Methods inherited from Bitly

#initialize

Methods inherited from API

#initialize

Constructor Details

This class inherits a constructor from UrlExpander::Expanders::Bitly