Parent

Methods

Included Modules

Files

POM::History::Release

History release entry.

Attributes

changes[R]

The list of changes.

date[R]

Release date.

header[R]

The header.

nickname[R]

Nick name of the release, if any.

notes[R]

The description.

text[R]

The full text of the release note.

version[R]

Version number (as a string).

Public Class Methods

new(text) click to toggle source
# File lib/pom/history.rb, line 109
def initialize(text)
  @text = text.strip
  parse
end

Public Instance Methods

to_s() click to toggle source

Returns the complete text.

# File lib/pom/history.rb, line 115
def to_s
  text
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.