class RSS::Item

Defined in:

rss.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def author : String #

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

[View source]
def category : String #

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

[View source]
def comments : String #

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

[View source]
def description : String #

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

[View source]
def guid : String #

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

[View source]
def link : String #

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

[View source]
def pubDate : String #

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

[View source]
def title : String #

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

[View source]