Class LiveJournal::Comment
In: lib/livejournal/database.rb
lib/livejournal/comment.rb
Parent: Object

Methods

Attributes

body  [RW] 
commentid  [RW] 
itemid  [RW] 
parentid  [RW] 
posterid  [RW] 
state  [RW]  State of the comment. Possible values: {+:active+, +:screened+, +:deleted+}
subject  [RW] 
time  [R]  a Ruby Time object

Public Class methods

Convert a state to the string representation used by LiveJournal.

Convert a state from the string representation used by LiveJournal.

Public Instance methods

[Validate]