Class: TestProf::Autopilot::Merger
- Inherits:
-
Object
- Object
- TestProf::Autopilot::Merger
- Includes:
- Dsl
- Defined in:
- lib/test_prof/autopilot/merger.rb
Instance Attribute Summary collapse
-
#paths ⇒ Object
readonly
Returns the value of attribute paths.
-
#report_class ⇒ Object
readonly
Returns the value of attribute report_class.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(type, paths) ⇒ Merger
constructor
A new instance of Merger.
- #print_report ⇒ Object
Methods included from Dsl
#aggregate, #info, #run, #save
Constructor Details
Instance Attribute Details
#paths ⇒ Object (readonly)
Returns the value of attribute paths.
24 25 26 |
# File 'lib/test_prof/autopilot/merger.rb', line 24 def paths @paths end |
#report_class ⇒ Object (readonly)
Returns the value of attribute report_class.
24 25 26 |
# File 'lib/test_prof/autopilot/merger.rb', line 24 def report_class @report_class end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
24 25 26 |
# File 'lib/test_prof/autopilot/merger.rb', line 24 def type @type end |