Class: ServerScripts::Parser::ITAC
- Inherits:
-
Object
- Object
- ServerScripts::Parser::ITAC
- Defined in:
- lib/server_scripts.rb
Instance Attribute Summary collapse
-
#ideal_trace_file ⇒ Object
readonly
Returns the value of attribute ideal_trace_file.
-
#real_trace_file ⇒ Object
readonly
Returns the value of attribute real_trace_file.
Instance Method Summary collapse
- #generate_ideal_trace! ⇒ Object
-
#initialize(itac_file) ⇒ ITAC
constructor
A new instance of ITAC.
Constructor Details
#initialize(itac_file) ⇒ ITAC
134 135 136 137 138 |
# File 'lib/server_scripts.rb', line 134 def initialize itac_file @itac_file = itac_file @ideal_trace_file = nil @real_trace_file = nil end |
Instance Attribute Details
#ideal_trace_file ⇒ Object (readonly)
Returns the value of attribute ideal_trace_file.
132 133 134 |
# File 'lib/server_scripts.rb', line 132 def ideal_trace_file @ideal_trace_file end |
#real_trace_file ⇒ Object (readonly)
Returns the value of attribute real_trace_file.
132 133 134 |
# File 'lib/server_scripts.rb', line 132 def real_trace_file @real_trace_file end |
Instance Method Details
#generate_ideal_trace! ⇒ Object
140 141 142 |
# File 'lib/server_scripts.rb', line 140 def generate_ideal_trace! end |