Method: FastlaneCore::ConfigItem#env_names
- Defined in:
- fastlane_core/lib/fastlane_core/configuration/config_item.rb
#env_names ⇒ Object
- Array
-
the names of the environment variables, which is only used if no other values were found
16 17 18 |
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 16 def env_names @env_names end |