Class: Proclib::Channel::Message
- Inherits:
-
Struct
- Object
- Struct
- Proclib::Channel::Message
- Defined in:
- lib/proclib/channel.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
8 9 10 |
# File 'lib/proclib/channel.rb', line 8 def data @data end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/proclib/channel.rb', line 8 def type @type end |