Class: Otter::Post::Target
- Inherits:
-
Base
- Object
- Base
- Otter::Post::Target
show all
- Defined in:
- lib/otter/post.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
#topsy_trackback_url ⇒ Object
25
26
27
|
# File 'lib/otter/post.rb', line 25
def topsy_trackback_url
self.data['topsy_trackback_url']
end
|
#trackback_total ⇒ Object
33
34
35
|
# File 'lib/otter/post.rb', line 33
def trackback_total
Integer(self.data['trackback_total'])
end
|
#url ⇒ Object
29
30
31
|
# File 'lib/otter/post.rb', line 29
def url
self.data['url']
end
|