Method: Xcodeproj::XCScheme::EnvironmentVariable#key

Defined in:
lib/xcodeproj/scheme/environment_variables.rb

#keyString

Returns the EnvironmentValue’s key

Returns:

  • (String)


123
124
125
# File 'lib/xcodeproj/scheme/environment_variables.rb', line 123

def key
  @xml_element.attributes['key']
end