Class: RSS::Maker::Atom::Entry::Channel
- Inherits:
-
ChannelBase
- Object
- Base
- ChannelBase
- RSS::Maker::Atom::Entry::Channel
- Defined in:
- lib/rss/maker/entry.rb
Defined Under Namespace
Classes: Cloud, Description, Generator, SkipDays, SkipHours
Constant Summary collapse
- Categories =
Feed::Channel::Categories
- Links =
Feed::Channel::Links
- Authors =
Feed::Channel::Authors
- Contributors =
Feed::Channel::Contributors
- Copyright =
Feed::Channel::Copyright
- Title =
Feed::Channel::Title
Constants inherited from Base
Base::NEED_INITIALIZE_VARIABLES, Base::OTHER_ELEMENTS
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from ChannelBase
#date=, #icon, #icon=, #lastBuildDate=, #logo, #logo=, #pubDate, #pubDate=, #updated, #updated=
Methods included from SyndicationModel
Methods included from DublinCoreModel
append_features, install_dublin_core
Methods included from TaxonomyTopicsModel
append_features, install_taxo_topics
Methods included from ITunesChannelModel
Methods included from ITunesBaseModel
#def_class_accessor, #def_csv_accessor, #def_elements_class_accessor, #def_yes_clean_other_accessor, #def_yes_other_accessor
Methods included from ImageFaviconModel
append_features, install_image_favicon
Methods inherited from Base
add_need_initialize_variable, add_other_element, def_array_element, def_classed_element, def_classed_element_without_accessor, def_classed_elements, def_csv_element, def_other_element, def_other_element_without_accessor, #have_required_values?, inherited, inherited_base, #initialize, need_initialize_variables, other_elements, #variable_is_set?
Methods included from Utils::InheritedReader
#inherited_array_reader, #inherited_hash_reader, #inherited_reader
Constructor Details
This class inherits a constructor from RSS::Maker::Base