struct Kepala::RSS::Item
- Kepala::RSS::Item
- Struct
- Value
- Object
Defined in:
rss.crConstructors
Instance Method Summary
- #clone
- #copy_with(title _title = @title, publication_date _publication_date = @publication_date, torrent_download_url _torrent_download_url = @torrent_download_url)
- #publication_date : Time
- #title : String
- #torrent_download_url : URI
Constructor Detail
Instance Method Detail
def copy_with(title _title = @title, publication_date _publication_date = @publication_date, torrent_download_url _torrent_download_url = @torrent_download_url)
#