Class: Wampproto::Dealer::PendingInvocation
- Inherits:
-
Struct
- Object
- Struct
- Wampproto::Dealer::PendingInvocation
- Defined in:
- lib/wampproto/dealer.rb
Overview
rubocop:disable Metrics/ClassLength
Instance Attribute Summary collapse
-
#call_id ⇒ Object
Returns the value of attribute call_id.
-
#callee_id ⇒ Object
Returns the value of attribute callee_id.
-
#caller_id ⇒ Object
Returns the value of attribute caller_id.
-
#invocation_id ⇒ Object
Returns the value of attribute invocation_id.
-
#progress ⇒ Object
Returns the value of attribute progress.
-
#receive_progress ⇒ Object
Returns the value of attribute receive_progress.
Instance Attribute Details
#call_id ⇒ Object
Returns the value of attribute call_id
6 7 8 |
# File 'lib/wampproto/dealer.rb', line 6 def call_id @call_id end |
#callee_id ⇒ Object
Returns the value of attribute callee_id
6 7 8 |
# File 'lib/wampproto/dealer.rb', line 6 def callee_id @callee_id end |
#caller_id ⇒ Object
Returns the value of attribute caller_id
6 7 8 |
# File 'lib/wampproto/dealer.rb', line 6 def caller_id @caller_id end |
#invocation_id ⇒ Object
Returns the value of attribute invocation_id
6 7 8 |
# File 'lib/wampproto/dealer.rb', line 6 def invocation_id @invocation_id end |
#progress ⇒ Object
Returns the value of attribute progress
6 7 8 |
# File 'lib/wampproto/dealer.rb', line 6 def progress @progress end |
#receive_progress ⇒ Object
Returns the value of attribute receive_progress
6 7 8 |
# File 'lib/wampproto/dealer.rb', line 6 def receive_progress @receive_progress end |