Class: Xcodeproj::XCScheme::TestPlanReference

Inherits:
XMLElementWrapper
  • Object
show all
Defined in:
lib/fastlane/plugin/test_center/helper/xcodeproj/scheme/test_action.rb

Instance Method Summary collapse

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_containerObject



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