Method: FastlaneCore::ConfigItem#deprecated

Defined in:
fastlane_core/lib/fastlane_core/configuration/config_item.rb

#deprecatedObject

String

Set if the option is deprecated. A deprecated option should be optional and is made optional if the parameter isn’t set, and fails otherwise



55
56
57
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 55

def deprecated
  @deprecated
end