Class: RUtilAnts::ForeignProcess::MethodCallInfo::MethodDetails
- Inherits:
-
Object
- Object
- RUtilAnts::ForeignProcess::MethodCallInfo::MethodDetails
- Defined in:
- lib/rUtilAnts/ForeignProcess.rb
Instance Attribute Summary collapse
-
#Method ⇒ Object
Method to call Symbol.
-
#Object ⇒ Object
Object to call the function on Object.
-
#Parameters ⇒ Object
Parameters list<Object>.
Instance Attribute Details
#Method ⇒ Object
Method to call
Symbol
43 44 45 |
# File 'lib/rUtilAnts/ForeignProcess.rb', line 43 def Method @Method end |
#Object ⇒ Object
Object to call the function on
Object
39 40 41 |
# File 'lib/rUtilAnts/ForeignProcess.rb', line 39 def Object @Object end |
#Parameters ⇒ Object
Parameters
list<Object>
47 48 49 |
# File 'lib/rUtilAnts/ForeignProcess.rb', line 47 def Parameters @Parameters end |