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