123456789_123456789_123456789_123456789_123456789_

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

::RSS::Maker::Base - Inherited

NEED_INITIALIZE_VARIABLES, OTHER_ELEMENTS

Class Method Summary

Instance Attribute Summary

Instance Method Summary

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=)