Class: RUtilAnts::ForeignProcess::MethodCallInfo::MethodDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/rUtilAnts/ForeignProcess.rb

Instance Attribute Summary collapse

Instance Attribute Details

#MethodObject

Method to call

Symbol


43
44
45
# File 'lib/rUtilAnts/ForeignProcess.rb', line 43

def Method
  @Method
end

#ObjectObject

Object to call the function on

Object


39
40
41
# File 'lib/rUtilAnts/ForeignProcess.rb', line 39

def Object
  @Object
end

#ParametersObject

Parameters

list<Object>


47
48
49
# File 'lib/rUtilAnts/ForeignProcess.rb', line 47

def Parameters
  @Parameters
end