123456789_123456789_123456789_123456789_123456789_

Class: RSS::Maker::ItemsBase::ItemBase::GuidBase

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: RSS::Maker::Base
Defined in: lib/rss/maker/base.rb

Constant Summary

::RSS::Maker::Base - Inherited

NEED_INITIALIZE_VARIABLES, OTHER_ELEMENTS

Class Method Summary

Instance Attribute Summary

Instance Method Summary

Constructor Details

This class inherits a constructor from RSS::Maker::Base

Instance Attribute Details

#permanent_link=(bool) (rw)

[ GitHub ]

  
# File 'lib/rss/maker/base.rb', line 781

def permanent_link=(bool)
  self.isPermaLink = bool
end

#permanent_link?Boolean (rw)

[ GitHub ]

  
# File 'lib/rss/maker/base.rb', line 777

def permanent_link?
  isPermaLink
end