Class: SelfMsg::Message
- Inherits:
-
Object
- Object
- SelfMsg::Message
- Defined in:
- lib/self_msgproto/message.rb,
ext/self_msgproto/message.cpp
Instance Attribute Summary collapse
-
#ciphertext ⇒ Object
Returns the value of attribute ciphertext.
-
#id ⇒ Object
Returns the value of attribute id.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#recipient ⇒ Object
Returns the value of attribute recipient.
-
#sender ⇒ Object
Returns the value of attribute sender.
-
#subtype ⇒ Object
Returns the value of attribute subtype.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#ciphertext ⇒ Object
Returns the value of attribute ciphertext.
6 7 8 |
# File 'lib/self_msgproto/message.rb', line 6 def ciphertext @ciphertext end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/self_msgproto/message.rb', line 6 def id @id end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset.
7 8 9 |
# File 'lib/self_msgproto/message.rb', line 7 def offset @offset end |
#recipient ⇒ Object
Returns the value of attribute recipient.
6 7 8 |
# File 'lib/self_msgproto/message.rb', line 6 def recipient @recipient end |
#sender ⇒ Object
Returns the value of attribute sender.
6 7 8 |
# File 'lib/self_msgproto/message.rb', line 6 def sender @sender end |
#subtype ⇒ Object
Returns the value of attribute subtype.
6 7 8 |
# File 'lib/self_msgproto/message.rb', line 6 def subtype @subtype end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp.
7 8 9 |
# File 'lib/self_msgproto/message.rb', line 7 def @timestamp end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/self_msgproto/message.rb', line 6 def type @type end |