Class: RSS::Maker::ItemsBase::ItemBase::SourceBase
| Relationships & Source Files | |
| Namespace Children | |
| 
       Classes: 
      
     | |
| Super Chains via Extension / Inclusion / Inheritance | |
| 
         Class Chain: 
        
       | 
    |
| 
         Instance Chain: 
        
       | 
    |
| Inherits: | 
        RSS::Maker::Base
        
  | 
    
| Defined in: | lib/rss/maker/base.rb | 
Constant Summary
- 
    AuthorsBase =
    
# File 'lib/rss/maker/base.rb', line 833ChannelBase::AuthorsBase
 - 
    CategoriesBase =
    
# File 'lib/rss/maker/base.rb', line 834ChannelBase::CategoriesBase
 - 
    ContributorsBase =
    
# File 'lib/rss/maker/base.rb', line 835ChannelBase::ContributorsBase
 - 
    GeneratorBase =
    
# File 'lib/rss/maker/base.rb', line 836ChannelBase::GeneratorBase
 - 
    LinksBase =
    
# File 'lib/rss/maker/base.rb', line 845ChannelBase::LinksBase
 
::RSS::Maker::Base - Inherited
  
Class Method Summary
::RSS::Maker::Base - Inherited
::RSS::Utils::InheritedReader - Extended
Instance Attribute Summary
- #date=(_date) writeonly
 - #updated rw
 - #updated=(date) rw
 
::RSS::Maker::Base - Inherited
Instance Method Summary
::RSS::Maker::SetupDefaultDate - Included
::RSS::Maker::Base - Inherited
Constructor Details
This class inherits a constructor from RSS::Maker::Base
Instance Attribute Details
#date=(_date) (writeonly)
[ GitHub ]# File 'lib/rss/maker/base.rb', line 820
def date=(_date) @date = _parse_date_if_needed(_date) end
#updated (rw)
[ GitHub ]# File 'lib/rss/maker/base.rb', line 824
def updated date end
#updated=(date) (rw)
[ GitHub ]# File 'lib/rss/maker/base.rb', line 828
def updated=(date) self.date = date end
Instance Method Details
#url
[ GitHub ]# File 'lib/rss/maker/base.rb', line 812
alias_method(:url, :link)
#url=
[ GitHub ]# File 'lib/rss/maker/base.rb', line 813
alias_method(:url=, :link=)