Method: Xcodeproj::XCScheme::EnvironmentVariable#key
- Defined in:
- lib/xcodeproj/scheme/environment_variables.rb
#key ⇒ String
Returns the EnvironmentValue’s key
123 124 125 |
# File 'lib/xcodeproj/scheme/environment_variables.rb', line 123 def key @xml_element.attributes['key'] end |