Class: Otter::UrlInfo
- Inherits:
-
Base
- Object
- Base
- Otter::UrlInfo
show all
- Defined in:
- lib/otter/urlinfo.rb
Instance Attribute Summary
Attributes inherited from Base
#data
Instance Method Summary
collapse
Methods inherited from Base
create, #initialize
Constructor Details
This class inherits a constructor from Otter::Base
Instance Method Details
#description ⇒ Object
25
26
27
|
# File 'lib/otter/urlinfo.rb', line 25
def description
self.data['description']
end
|
#description_attribution ⇒ Object
29
30
31
|
# File 'lib/otter/urlinfo.rb', line 29
def description_attribution
self.data['description_attribution']
end
|
#oneforty ⇒ Object
9
10
11
|
# File 'lib/otter/urlinfo.rb', line 9
def oneforty
self.data['oneforty']
end
|
#title ⇒ Object
17
18
19
|
# File 'lib/otter/urlinfo.rb', line 17
def title
self.data['title']
end
|
#topsy_trackback_url ⇒ Object
4
5
6
|
# File 'lib/otter/urlinfo.rb', line 4
def topsy_trackback_url
self.data['topsy_trackback_url']
end
|
#trackback_total ⇒ Object
21
22
23
|
# File 'lib/otter/urlinfo.rb', line 21
def trackback_total
Integer(self.data['trackback_total'])
end
|
#url ⇒ Object
13
14
15
|
# File 'lib/otter/urlinfo.rb', line 13
def url
self.data['url']
end
|