Class: Shortie::Shorteners::Twurl
- Inherits:
-
BaseShortener
- Object
- BaseShortener
- Shortie::Shorteners::Twurl
- Defined in:
- lib/shortie/shorteners/twurl.rb
Instance Attribute Summary
Attributes inherited from BaseShortener
Instance Method Summary collapse
Methods inherited from BaseShortener
Constructor Details
This class inherits a constructor from Shortie::BaseShortener
Instance Method Details
#shorten ⇒ Object
4 5 6 |
# File 'lib/shortie/shorteners/twurl.rb', line 4 def shorten SimpleHttp.post("http://tweetburner.com/links", "link[url]" => url) end |