Class: Doing::Entry

Inherits:
Object show all
Defined in:
lib/doing/changelog/entry.rb

Overview

An individual changelog item

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(string, type, prefix: false) ⇒ Entry

Returns a new instance of Entry.

Instance Attribute Details

#prefix=(value) ⇒ Object (writeonly)

Sets the attribute prefix

Parameters:

  • value

    the value to set the attribute prefix to.

#stringObject (readonly)

Returns the value of attribute string.

#typeObject (readonly)

Returns the value of attribute type.

Instance Method Details

#clean(string) ⇒ Object

#to_sObject