Class: Proclib::Channel::Message

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data



8
9
10
# File 'lib/proclib/channel.rb', line 8

def data
  @data
end

#typeObject

Returns the value of attribute type



8
9
10
# File 'lib/proclib/channel.rb', line 8

def type
  @type
end