struct RSS::Item

Defined in:

rss/models/item.cr

Constructors

Instance Method Summary

Instance methods inherited from struct RSS::Model

initialize initialize

Constructor methods inherited from struct RSS::Model

new new

Class methods inherited from struct RSS::Model

content_from_xpath(base_query : String, node : XML::Node) : String | Nil content_from_xpath, node_from_xpath(base_query : String, node : XML::Node) : XML::Node | Nil node_from_xpath, nodes_from_xpath(base_query : String, node : XML::Node) : XML::NodeSet nodes_from_xpath

Constructor Detail

def self.from_xml(node : XML::Node) : Item #

[View source]

Instance Method Detail

def author : String #

[View source]
def categories : Array(RSS::Category) #

[View source]
def comments : String #

[View source]
def description : String #

[View source]
def enclosure : RSS::Enclosure | Nil #

[View source]
def guid : RSS::Guid | Nil #

[View source]
def link : String #

[View source]
def publication_date : Time | Nil #

[View source]
def source : RSS::Source | Nil #

[View source]
def title : String #

[View source]