struct PubSubHubbub::Feed::Entry

Defined in:

pubsubhubbub/feed.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail


[View source]
def author=(author : PubSubHubbub::Feed::Entry::Author) #

[View source]
def id : String | Nil #

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

[View source]
def initialize #

[View source]
def link : String | Nil #

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

[View source]
def published : Time | Nil #

[View source]
def published=(published : Time | Nil) #

[View source]
def title : String | Nil #

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

[View source]
def updated : Time | Nil #

[View source]
def updated=(updated : Time | Nil) #

[View source]