struct RSS::Channel

Defined in:

rss/models/channel.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) : Channel #

[View source]

Instance Method Detail

def categories : Array(RSS::Category) #

[View source]
def cloud : RSS::Cloud | Nil #

[View source]
def copyright : String #

[View source]
def description : String #

[View source]
def docs : String #

[View source]
def generator : String #

[View source]
def images : Array(RSS::Image) #

[View source]
def items : Array(Item) #

[View source]
def language : String #

[View source]
def last_build_date : Time | Nil #

[View source]
def link : String #

[View source]
def managing_editor : String #

[View source]
def publication_date : Time | Nil #

[View source]
def rating : String #

[View source]
def skip_days : Array(String) #

[View source]
def skip_hours : Array(Int32) #

[View source]
def text_input : TextInput | Nil #

[View source]
def title : String #

[View source]
def ttl : Int32 | Nil #

[View source]
def web_master : String #

[View source]