Class: WSocketIO::MessageMeta

Inherits:
Struct
  • Object
show all
Defined in:
lib/wsocket_io.rb

Overview

─── Types ──────────────────────────────────────────────────

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



22
23
24
# File 'lib/wsocket_io.rb', line 22

def channel
  @channel
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



22
23
24
# File 'lib/wsocket_io.rb', line 22

def id
  @id
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



22
23
24
# File 'lib/wsocket_io.rb', line 22

def timestamp
  @timestamp
end