Class: Actor

Class Name Actor
Superclass Object
File src/models/actor.coffee

Description

Represents a committer/author/tagger.

::constructor()

Construct a new Actor.

@raw - The raw actor as String.

Return Values
Returns an instance of Actor.
::toString()

Get a string representation of the actor.

Return Values
Returns the formatted representation as String.