class Automatic::FeedMaker::FeedObject
Attributes
comments[RW]
description[RW]
link[RW]
title[RW]
Public Class Methods
new()
click to toggle source
# File lib/automatic/feed_maker.rb, line 16 def initialize @link = 'http://dummy' @title = 'dummy' @description = '' @author = '' @comments = '' end