Class: RSS::Rss::Channel::Item
| Relationships & Source Files | |
| Namespace Children | |
| 
       Classes: 
      
     | |
| Super Chains via Extension / Inclusion / Inheritance | |
| 
         Class Chain: 
        
       | 
    |
| 
         Instance Chain: 
        
       | 
    |
| Inherits: | 
        RSS::Element
        
  | 
    
| Defined in: | lib/rss/0.9.rb, lib/rss/2.0.rb, lib/rss/itunes.rb, lib/rss/trackback.rb, lib/rss/content/2.0.rb, lib/rss/dublincore/2.0.rb  | 
    
Constant Summary
::RSS::Element - Inherited
  GET_ATTRIBUTES, HAVE_CHILDREN_ELEMENTS, INDENT, MODELS, MUST_CALL_VALIDATORS, NEED_INITIALIZE_VARIABLES, PLURAL_FORMS, TO_ELEMENT_METHODS
::RSS::RSS09 - Included
  
  ::RSS::ITunesBaseModel - Included
  
  ::RSS::ITunesItemModel - Included
  
  ::RSS::ContentModel - Included
  
  ::RSS::DublinCoreModel - 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.  | 
    
| h, | |
| html_escape | Takes a string   | 
    
| new_with_value_if_need | If   | 
    
| to_class_name | Given a   | 
    
Instance Attribute Summary
::RSS::Element - Inherited
Instance Method Summary
- #date
 - #date=
 - 
    
      #_setup_maker_element(item)  
    
    private
    
Alias for #setup_maker_element.
 - #maker_target(items) private
 - 
    
      #setup_maker_element(item)  
      (also: #_setup_maker_element)
    
    private
    
See additional method definition at file lib/rss/0.9.rb line 301.
 
::RSS::Element - Inherited
::RSS::SetupMaker - Included
| #setup_maker, #maker_target, #not_need_to_call_setup_maker_variables, #setup_maker_attributes, #setup_maker_element, #setup_maker_elements | 
::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.  | 
    
| #h, | |
| #html_escape | Takes a string   | 
    
| #new_with_value_if_need | If   | 
    
| #to_class_name | Given a   | 
    
Constructor Details
This class inherits a constructor from RSS::Element
Instance Method Details
#_setup_maker_element(item) (private)
Alias for #setup_maker_element.
# File 'lib/rss/2.0.rb', line 87
alias _setup_maker_element setup_maker_element
#date
[ GitHub ]# File 'lib/rss/2.0.rb', line 77
alias date pubDate
#date=
[ GitHub ]# File 'lib/rss/2.0.rb', line 78
alias date= pubDate=
#maker_target(items) (private)
[ GitHub ]#setup_maker_element(item) (private) Also known as: #_setup_maker_element
See additional method definition at file lib/rss/0.9.rb line 301.
# File 'lib/rss/2.0.rb', line 88
def setup_maker_element(item) super @enclosure.setup_maker(item) if @enclosure @source.setup_maker(item) if @source end