Class: UrlExpander::Expanders::Foursq

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

Overview

Expand 4sqr shortner Usage: UrlExpander::Client.expand(“4sq.com/pQkuZk”)

Constant Summary collapse

PATTERN =
%r'(http://4sq\.com/([\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