class RSSFeed::RSSGuid
Public Class Methods
new(node)
click to toggle source
Initializes the link.
# File lib/rss_feed/rss_guid.rb, line 4 def initialize(node) @node = node end
Public Instance Methods
content()
click to toggle source
Content
# File lib/rss_feed/rss_guid.rb, line 9 def content @node.content end
is_permalink?()
click to toggle source
Is permalink?
# File lib/rss_feed/rss_guid.rb, line 14 def is_permalink? @node["isPermaLink"] end