Method: FastlaneCore::ConfigItem#key
- Defined in:
- fastlane_core/lib/fastlane_core/configuration/config_item.rb
#key ⇒ Object
- Symbol
-
the key which is used as command parameters or key in the fastlane tools
10 11 12 |
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 10 def key @key end |