Class: Logan::Message

Inherits:
Object
  • Object
show all
Includes:
HashConstructed
Defined in:
lib/logan/message.rb

Instance Attribute Summary collapse

Attributes included from HashConstructed

#attributes, #json_raw

Method Summary

Methods included from HashConstructed

#initialize

Instance Attribute Details

#commentsObject

Returns the value of attribute comments.



14
15
16
# File 'lib/logan/message.rb', line 14

def comments
  @comments
end

#contentObject

Returns the value of attribute content.



9
10
11
# File 'lib/logan/message.rb', line 9

def content
  @content
end

#creatorObject

Returns the value of attribute creator.



13
14
15
# File 'lib/logan/message.rb', line 13

def creator
  @creator
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/logan/message.rb', line 7

def id
  @id
end

#privateObject

Returns the value of attribute private.



10
11
12
# File 'lib/logan/message.rb', line 10

def private
  @private
end

#subjectObject

Returns the value of attribute subject.



8
9
10
# File 'lib/logan/message.rb', line 8

def subject
  @subject
end

#subscribersObject

Returns the value of attribute subscribers.



12
13
14
# File 'lib/logan/message.rb', line 12

def subscribers
  @subscribers
end

#trashedObject

Returns the value of attribute trashed.



11
12
13
# File 'lib/logan/message.rb', line 11

def trashed
  @trashed
end