Class: UrlExpander::Expanders::Justas

Inherits:
Basic
  • Object
show all
Defined in:
lib/url_expander/expanders/basic/justas.rb

Overview

Expand just.as URLS Usage: UrlExpander::Client.expand(“just.as/amMF3i”)

Defined Under Namespace

Classes: Request

Constant Summary collapse

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

Instance Attribute Summary collapse

Attributes inherited from Basic

#long_url, #parttern

Instance Method Summary collapse

Constructor Details

#initialize(short_url = "", options = {}) ⇒ Justas

Returns a new instance of Justas.



12
13
14
15
# File 'lib/url_expander/expanders/basic/justas.rb', line 12

def initialize(short_url="", options={})
  @parent_klass = self
  super(short_url, options)
end

Instance Attribute Details

#parent_klassObject (readonly)

Returns the value of attribute parent_klass.



10
11
12
# File 'lib/url_expander/expanders/basic/justas.rb', line 10

def parent_klass
  @parent_klass
end