class RSS::Maker::ItemsBase::ItemBase::GuidBase
Public Instance Methods
                              permanent_link=(bool)
                              click to toggle source
                            
                            # File rss-0.2.9/lib/rss/maker/base.rb, line 781 def permanent_link=(bool) self.isPermaLink = bool end
                              permanent_link?()
                              click to toggle source
                            
                            # File rss-0.2.9/lib/rss/maker/base.rb, line 777 def permanent_link? isPermaLink end