Class: RegressionTest::CliExec::FilePair
- Inherits:
-
Struct
- Object
- Struct
- RegressionTest::CliExec::FilePair
- Defined in:
- lib/regressiontest/cli_exec.rb
Instance Attribute Summary collapse
-
#outfn ⇒ Object
Returns the value of attribute outfn.
-
#reffn ⇒ Object
Returns the value of attribute reffn.
Instance Attribute Details
#outfn ⇒ Object
Returns the value of attribute outfn
18 19 20 |
# File 'lib/regressiontest/cli_exec.rb', line 18 def outfn @outfn end |
#reffn ⇒ Object
Returns the value of attribute reffn
18 19 20 |
# File 'lib/regressiontest/cli_exec.rb', line 18 def reffn @reffn end |