class Automatic::FeedMaker::FeedObject

Attributes

author[RW]
comments[RW]
description[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