struct RSS::Enclosure

Defined in:

rss/models/enclosure.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) : Enclosure #

[View source]

Instance Method Detail

def length : Int64 | Nil #

[View source]
def length=(length : Int64 | Nil) #

[View source]
def type : String | Nil #

[View source]
def type=(type : String | Nil) #

[View source]
def url : String | Nil #

[View source]
def url=(url : String | Nil) #

[View source]