Class: Orbacle::Worklist::SuperSend

Inherits:
Struct
  • Object
show all
Defined in:
lib/orbacle/worklist.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



10
11
12
# File 'lib/orbacle/worklist.rb', line 10

def block
  @block
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



10
11
12
# File 'lib/orbacle/worklist.rb', line 10

def location
  @location
end

#method_idObject

Returns the value of attribute method_id

Returns:

  • (Object)

    the current value of method_id



10
11
12
# File 'lib/orbacle/worklist.rb', line 10

def method_id
  @method_id
end

#send_argsObject

Returns the value of attribute send_args

Returns:

  • (Object)

    the current value of send_args



10
11
12
# File 'lib/orbacle/worklist.rb', line 10

def send_args
  @send_args
end

#send_resultObject

Returns the value of attribute send_result

Returns:

  • (Object)

    the current value of send_result



10
11
12
# File 'lib/orbacle/worklist.rb', line 10

def send_result
  @send_result
end