Class: XCodeBuildHelper::TestPlan
- Inherits:
-
Object
- Object
- XCodeBuildHelper::TestPlan
- Defined in:
- lib/test_plan.rb
Instance Method Summary collapse
Instance Method Details
#get_report_type ⇒ Object
7 8 9 |
# File 'lib/test_plan.rb', line 7 def get_report_type @report_type end |
#report_type(name) ⇒ Object
3 4 5 |
# File 'lib/test_plan.rb', line 3 def report_type(name) @report_type = name end |