Class: Pixo::Ipc::Message
- Inherits:
-
Object
- Object
- Pixo::Ipc::Message
- Defined in:
- lib/pixo/ipc/service.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#rid ⇒ Object
readonly
Returns the value of attribute rid.
Instance Method Summary collapse
-
#initialize(data) ⇒ Message
constructor
A new instance of Message.
Constructor Details
#initialize(data) ⇒ Message
Returns a new instance of Message.
90 91 92 |
# File 'lib/pixo/ipc/service.rb', line 90 def initialize(data) @data = data end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
87 88 89 |
# File 'lib/pixo/ipc/service.rb', line 87 def data @data end |
#rid ⇒ Object (readonly)
Returns the value of attribute rid.
88 89 90 |
# File 'lib/pixo/ipc/service.rb', line 88 def rid @rid end |