class YYFeed::FeedItem

Attributes

data[RW]
date[RW]
title[RW]

Public Class Methods

new() click to toggle source
# File lib/YYFeed.rb, line 8
def initialize
  @title = nil
  @date = nil
  @link = nil
  @data = nil
end