Class: RSS::Atom::Feed::Updated
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
RSS::Element
|
Defined in: | lib/rss/atom.rb |
Overview
::RSS::Atom::DateConstruct
indicating the most recent time when a ::RSS::Atom::Feed
or Entry
was modified in a way the publisher considers significant.
Reference: validator.w3.org/feed/docs/rfc4287.html#element.updated
Constant Summary
::RSS::Element
- Inherited
GET_ATTRIBUTES, HAVE_CHILDREN_ELEMENTS, INDENT, MODELS, MUST_CALL_VALIDATORS, NEED_INITIALIZE_VARIABLES, PLURAL_FORMS, TO_ELEMENT_METHODS
::RSS::Atom::CommonModel
- Included
Class Attribute Summary
::RSS::Element
- Inherited
Class Method Summary
::RSS::Element
- Inherited
::RSS::Utils::InheritedReader
- Extended
::RSS::BaseModel
- Extended
::RSS::Utils
- Included
element_initialize_arguments? | This method is used inside of several different objects to determine if special behavior is needed in the constructor. |
get_file_and_line_from_caller | Returns an array of two elements: the filename where the calling method is located, and the line number where it is defined. |
new_with_value_if_need | If |
to_class_name | Given a |
Instance Attribute Summary
::RSS::Element
- Inherited
Instance Method Summary
::RSS::Atom::DateConstruct
- Included
#atom_validate | Raises NotAvailableValueError if element content is nil. |
::RSS::Element
- Inherited
::RSS::SetupMaker
- Included
Constructor Details
This class inherits a constructor from RSS::Element