struct RSS::Category

Defined in:

rss/models/category.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) : Category #

[View source]

Instance Method Detail

def content : String #

[View source]
def domain : String | Nil #

[View source]