struct ContinuousImport::FeedItem

Overview

Feed item parsed from RSS/Atom

Defined in:

continuous_import.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, link : String, pub_date : Time | Nil, content : String, data : Hash(String, Array(String) | String) = {} of String => String | Array(String)) #

[View source]

Instance Method Detail

def content : String #

[View source]
def content=(content : String) #

[View source]
def data : Hash(String, String | Array(String)) #

[View source]
def data=(data : Hash(String, String | Array(String))) #

[View source]
def link : String #

[View source]
def link=(link : String) #

[View source]
def pub_date : Time | Nil #

[View source]
def pub_date=(pub_date : Time | Nil) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]