Class: Xcodeproj::XCScheme::TestPlanReference
- Inherits:
-
XMLElementWrapper
- Object
- XMLElementWrapper
- Xcodeproj::XCScheme::TestPlanReference
- Defined in:
- lib/fastlane/plugin/test_center/helper/xcodeproj/scheme/test_action.rb
Instance Method Summary collapse
-
#initialize(node) ⇒ TestPlanReference
constructor
A new instance of TestPlanReference.
- #target_referenced_container ⇒ Object
Constructor Details
#initialize(node) ⇒ TestPlanReference
Returns a new instance of TestPlanReference.
14 15 16 17 |
# File 'lib/fastlane/plugin/test_center/helper/xcodeproj/scheme/test_action.rb', line 14 def initialize(node) create_xml_element_with_fallback(node, 'TestPlanReference') do end end |
Instance Method Details
#target_referenced_container ⇒ Object
19 20 21 |
# File 'lib/fastlane/plugin/test_center/helper/xcodeproj/scheme/test_action.rb', line 19 def target_referenced_container @xml_element.attributes['reference'] end |