Class: Logan::Message
- Inherits:
-
Object
- Object
- Logan::Message
- Includes:
- HashConstructed
- Defined in:
- lib/logan/message.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#content ⇒ Object
Returns the value of attribute content.
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#id ⇒ Object
Returns the value of attribute id.
-
#private ⇒ Object
Returns the value of attribute private.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#subscribers ⇒ Object
Returns the value of attribute subscribers.
-
#trashed ⇒ Object
Returns the value of attribute trashed.
Attributes included from HashConstructed
Method Summary
Methods included from HashConstructed
Instance Attribute Details
#comments ⇒ Object
Returns the value of attribute comments.
14 15 16 |
# File 'lib/logan/message.rb', line 14 def comments @comments end |
#content ⇒ Object
Returns the value of attribute content.
9 10 11 |
# File 'lib/logan/message.rb', line 9 def content @content end |
#creator ⇒ Object
Returns the value of attribute creator.
13 14 15 |
# File 'lib/logan/message.rb', line 13 def creator @creator end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/logan/message.rb', line 7 def id @id end |
#private ⇒ Object
Returns the value of attribute private.
10 11 12 |
# File 'lib/logan/message.rb', line 10 def private @private end |
#subject ⇒ Object
Returns the value of attribute subject.
8 9 10 |
# File 'lib/logan/message.rb', line 8 def subject @subject end |
#subscribers ⇒ Object
Returns the value of attribute subscribers.
12 13 14 |
# File 'lib/logan/message.rb', line 12 def subscribers @subscribers end |
#trashed ⇒ Object
Returns the value of attribute trashed.
11 12 13 |
# File 'lib/logan/message.rb', line 11 def trashed @trashed end |