Class: Pixo::Rpc::Message
- Inherits:
-
Object
- Object
- Pixo::Rpc::Message
- Defined in:
- lib/pixo/rpc/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.
102 103 104 |
# File 'lib/pixo/rpc/service.rb', line 102 def initialize(data) @data = data end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
99 100 101 |
# File 'lib/pixo/rpc/service.rb', line 99 def data @data end |
#rid ⇒ Object (readonly)
Returns the value of attribute rid.
100 101 102 |
# File 'lib/pixo/rpc/service.rb', line 100 def rid @rid end |