struct PubSubHubbub::Feed::Entry
- PubSubHubbub::Feed::Entry
- Struct
- Value
- Object
Defined in:
pubsubhubbub/feed.crConstructors
Instance Method Summary
- #author : PubSubHubbub::Feed::Entry::Author
- #author=(author : PubSubHubbub::Feed::Entry::Author)
- #id : String | Nil
- #id=(id : String | Nil)
- #initialize
- #link : String | Nil
- #link=(link : String | Nil)
- #published : Time | Nil
- #published=(published : Time | Nil)
- #title : String | Nil
- #title=(title : String | Nil)
- #updated : Time | Nil
- #updated=(updated : Time | Nil)