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


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

def Method
  @Method
end

#ObjectObject

Object to call the function on

Object


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

def Object
  @Object
end

#ParametersObject

Parameters

list<Object>


52
53
54
# File 'lib/rUtilAnts/ForeignProcess.rb', line 52

def Parameters
  @Parameters
end