Class: RUtilAnts::ForeignProcess::MethodCallInfo
- Inherits:
-
Object
- Object
- RUtilAnts::ForeignProcess::MethodCallInfo
- Defined in:
- lib/rUtilAnts/ForeignProcess.rb
Overview
Class containing info for serialized method calls
Defined Under Namespace
Classes: MethodDetails
Instance Attribute Summary collapse
-
#BugTrackerURL ⇒ Object
Bug tracker URL String.
-
#LibRootDir ⇒ Object
Lib root dir String.
-
#LoadPath ⇒ Object
Load path list<String>.
-
#LogFile ⇒ Object
Log file String.
-
#RequireFiles ⇒ Object
List of files to require list<String>.
-
#SerializedMethodDetails ⇒ Object
Serialized MethodDetails It is stored serialized as to unserialize it we first need to unserialize the RequireFiles String.
Instance Attribute Details
#BugTrackerURL ⇒ Object
Bug tracker URL
String
20 21 22 |
# File 'lib/rUtilAnts/ForeignProcess.rb', line 20 def BugTrackerURL @BugTrackerURL end |
#LibRootDir ⇒ Object
Lib root dir
String
16 17 18 |
# File 'lib/rUtilAnts/ForeignProcess.rb', line 16 def LibRootDir @LibRootDir end |
#LoadPath ⇒ Object
Load path
list<String>
24 25 26 |
# File 'lib/rUtilAnts/ForeignProcess.rb', line 24 def LoadPath @LoadPath end |
#LogFile ⇒ Object
Log file
String
12 13 14 |
# File 'lib/rUtilAnts/ForeignProcess.rb', line 12 def LogFile @LogFile end |
#RequireFiles ⇒ Object
List of files to require
list<String>
28 29 30 |
# File 'lib/rUtilAnts/ForeignProcess.rb', line 28 def RequireFiles @RequireFiles end |
#SerializedMethodDetails ⇒ Object
Serialized MethodDetails It is stored serialized as to unserialize it we first need to unserialize the RequireFiles
String
33 34 35 |
# File 'lib/rUtilAnts/ForeignProcess.rb', line 33 def SerializedMethodDetails @SerializedMethodDetails end |