Class: Rake::XForge::NewsPublisher

Inherits:
Base
  • Object
show all
Defined in:
lib/rake/contrib/xforge/news_publisher.rb

Overview

This Rake task publishes news entries for a project. Publishing news is a good way to make your project visible on the main RubyForge page.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Rake::XForge::Base

Instance Attribute Details

#detailsObject

Returns the value of attribute details.



11
12
13
# File 'lib/rake/contrib/xforge/news_publisher.rb', line 11

def details
  @details
end

#subjectObject

Returns the value of attribute subject.



11
12
13
# File 'lib/rake/contrib/xforge/news_publisher.rb', line 11

def subject
  @subject
end