Class: Senrigan::Entities::Message
- Defined in:
- lib/senrigan/entities/message.rb
Instance Attribute Summary collapse
- #attachments ⇒ Object
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#content ⇒ Object
Returns the value of attribute content.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#ts ⇒ Object
Returns the value of attribute ts.
-
#user ⇒ Object
Returns the value of attribute user.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Senrigan::Entities::Base
Instance Attribute Details
#attachments ⇒ Object
9 10 11 |
# File 'lib/senrigan/entities/message.rb', line 9 def @attachments ||= [] end |
#channel ⇒ Object
Returns the value of attribute channel.
6 7 8 |
# File 'lib/senrigan/entities/message.rb', line 6 def channel @channel end |
#content ⇒ Object
Returns the value of attribute content.
6 7 8 |
# File 'lib/senrigan/entities/message.rb', line 6 def content @content end |
#parent ⇒ Object
Returns the value of attribute parent.
6 7 8 |
# File 'lib/senrigan/entities/message.rb', line 6 def parent @parent end |
#ts ⇒ Object
Returns the value of attribute ts.
6 7 8 |
# File 'lib/senrigan/entities/message.rb', line 6 def ts @ts end |
#user ⇒ Object
Returns the value of attribute user.
6 7 8 |
# File 'lib/senrigan/entities/message.rb', line 6 def user @user end |