struct Kepala::RSS::Item

Defined in:

rss.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, publication_date : Time, torrent_download_url : URI) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(title _title = @title, publication_date _publication_date = @publication_date, torrent_download_url _torrent_download_url = @torrent_download_url) #

[View source]
def publication_date : Time #

def title : String #

def torrent_download_url : URI #