Class: RSS::Maker::ItemsBase::ItemBase::GuidBase
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
|
|
|
Instance Chain:
self,
::RSS::Maker::Base
|
|
| Inherits: |
RSS::Maker::Base
|
| Defined in: | lib/rss/maker/base.rb |
Constant Summary
::RSS::Maker::Base - Inherited
Class Method Summary
::RSS::Maker::Base - Inherited
::RSS::Utils::InheritedReader - Extended
Instance Attribute Summary
::RSS::Maker::Base - Inherited
Instance Method Summary
::RSS::Maker::Base - Inherited
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