Class: UrlExpander::Expanders::Itunes
- Defined in:
- lib/url_expander/expanders/basic/itunes.rb
Overview
Expand itun.es URLS Usage: UrlExpander::Client.expand(“itun.es/igG8XL”)
Defined Under Namespace
Classes: Request
Constant Summary collapse
- PATTERN =
%r'(http://itun\.es(/[\w/]+))'
Instance Attribute Summary collapse
-
#parent_klass ⇒ Object
readonly
Returns the value of attribute parent_klass.
Attributes inherited from Basic
Instance Method Summary collapse
-
#initialize(short_url = "", options = {}) ⇒ Itunes
constructor
A new instance of Itunes.
Constructor Details
#initialize(short_url = "", options = {}) ⇒ Itunes
Returns a new instance of Itunes.
12 13 14 15 |
# File 'lib/url_expander/expanders/basic/itunes.rb', line 12 def initialize(short_url="", ={}) @parent_klass = self super(short_url, ) end |
Instance Attribute Details
#parent_klass ⇒ Object (readonly)
Returns the value of attribute parent_klass.
10 11 12 |
# File 'lib/url_expander/expanders/basic/itunes.rb', line 10 def parent_klass @parent_klass end |