Class: Wampproto::Dealer::PendingInvocation

Inherits:
Struct
  • Object
show all
Defined in:
lib/wampproto/dealer.rb

Overview

rubocop:disable Metrics/ClassLength

Instance Attribute Summary collapse

Instance Attribute Details

#call_idObject

Returns the value of attribute call_id

Returns:

  • (Object)

    the current value of call_id



6
7
8
# File 'lib/wampproto/dealer.rb', line 6

def call_id
  @call_id
end

#callee_idObject

Returns the value of attribute callee_id

Returns:

  • (Object)

    the current value of callee_id



6
7
8
# File 'lib/wampproto/dealer.rb', line 6

def callee_id
  @callee_id
end

#caller_idObject

Returns the value of attribute caller_id

Returns:

  • (Object)

    the current value of caller_id



6
7
8
# File 'lib/wampproto/dealer.rb', line 6

def caller_id
  @caller_id
end

#invocation_idObject

Returns the value of attribute invocation_id

Returns:

  • (Object)

    the current value of invocation_id



6
7
8
# File 'lib/wampproto/dealer.rb', line 6

def invocation_id
  @invocation_id
end

#progressObject

Returns the value of attribute progress

Returns:

  • (Object)

    the current value of progress



6
7
8
# File 'lib/wampproto/dealer.rb', line 6

def progress
  @progress
end

#receive_progressObject

Returns the value of attribute receive_progress

Returns:

  • (Object)

    the current value of receive_progress



6
7
8
# File 'lib/wampproto/dealer.rb', line 6

def receive_progress
  @receive_progress
end