Class: SelfMsg::Message

Inherits:
Object
  • Object
show all
Defined in:
lib/self_msgproto/message.rb,
ext/self_msgproto/message.cpp

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertextObject

Returns the value of attribute ciphertext.



6
7
8
# File 'lib/self_msgproto/message.rb', line 6

def ciphertext
  @ciphertext
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/self_msgproto/message.rb', line 6

def id
  @id
end

#offsetObject (readonly)

Returns the value of attribute offset.



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

def offset
  @offset
end

#recipientObject

Returns the value of attribute recipient.



6
7
8
# File 'lib/self_msgproto/message.rb', line 6

def recipient
  @recipient
end

#senderObject

Returns the value of attribute sender.



6
7
8
# File 'lib/self_msgproto/message.rb', line 6

def sender
  @sender
end

#subtypeObject

Returns the value of attribute subtype.



6
7
8
# File 'lib/self_msgproto/message.rb', line 6

def subtype
  @subtype
end

#timestampObject (readonly)

Returns the value of attribute timestamp.



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

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/self_msgproto/message.rb', line 6

def type
  @type
end