Class: WSocketIO::MessageMeta
- Inherits:
-
Struct
- Object
- Struct
- WSocketIO::MessageMeta
- Defined in:
- lib/wsocket_io.rb
Overview
─── Types ──────────────────────────────────────────────────
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#id ⇒ Object
Returns the value of attribute id.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
22 23 24 |
# File 'lib/wsocket_io.rb', line 22 def channel @channel end |
#id ⇒ Object
Returns the value of attribute id
22 23 24 |
# File 'lib/wsocket_io.rb', line 22 def id @id end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
22 23 24 |
# File 'lib/wsocket_io.rb', line 22 def @timestamp end |