Sha256: dd7f22bc697c0be187c213d14d4ed56a2e87d9e3d0f477e6f1110f666bd0a39d
Contents?: true
Size: 491 Bytes
Versions: 1
Compression:
Stored size: 491 Bytes
Contents
module Otter class UrlInfo < Base def topsy_trackback_url self.data['topsy_trackback_url'] end def oneforty self.data['oneforty'] end def url self.data['url'] end def title self.data['title'] end def trackback_total Integer(self.data['trackback_total']) end def description self.data['description'] end def description_attribution self.data['description_attribution'] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
otter-rb-0.0.1 | lib/otter/urlinfo.rb |