Class: STAN::Msg
- Inherits:
-
Struct
- Object
- Struct
- STAN::Msg
- Defined in:
- lib/stan/client.rb
Overview
Data holder for sent messages It should have an Ack method as well to reply back?
Instance Attribute Summary collapse
-
#proto ⇒ Object
Returns the value of attribute proto.
-
#sub ⇒ Object
Returns the value of attribute sub.
Instance Method Summary collapse
- #data ⇒ Object
- #sequence ⇒ Object (also: #seq)
Instance Attribute Details
#proto ⇒ Object
Returns the value of attribute proto
512 513 514 |
# File 'lib/stan/client.rb', line 512 def proto @proto end |
#sub ⇒ Object
Returns the value of attribute sub
512 513 514 |
# File 'lib/stan/client.rb', line 512 def sub @sub end |
Instance Method Details
#data ⇒ Object
513 514 515 |
# File 'lib/stan/client.rb', line 513 def data self.proto.data end |
#sequence ⇒ Object Also known as: seq
516 517 518 |
# File 'lib/stan/client.rb', line 516 def sequence self.proto.sequence end |