Module: RSS::DublinCoreModel
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Included In: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Defined in: | lib/rss/dublincore.rb | 
Constant Summary
- 
    DATE_ELEMENTS =
    
 # File 'lib/rss/dublincore.rb', line 79{ "date" => "w3cdtf", }
- 
    ELEMENTS =
    
 # File 'lib/rss/dublincore.rb', line 88TEXT_ELEMENTS.keys + DATE_ELEMENTS.keys 
- 
    ELEMENT_NAME_INFOS =
    
 # File 'lib/rss/dublincore.rb', line 83DublinCoreModel::TEXT_ELEMENTS.to_a 
- 
    TEXT_ELEMENTS =
    
 # File 'lib/rss/dublincore.rb', line 62{ "title" => nil, "description" => nil, "creator" => nil, "subject" => nil, "publisher" => nil, "contributor" => nil, "type" => nil, "format" => nil, "identifier" => nil, "source" => nil, "language" => nil, "relation" => nil, "coverage" => nil, "rights" => "rights_list" }
Class Method Summary
BaseDublinCoreModel - Extended
BaseModel - Extended
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  |