Class: Fastlane::Options::Shared

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/sq_ci_tools/options/shared.rb

Class Method Summary collapse

Class Method Details

.optionsObject



11
12
13
14
15
16
17
18
19
20
21
22
# File 'lib/fastlane/plugin/sq_ci_tools/options/shared.rb', line 11

def self.options
  [
    FastlaneCore::ConfigItem.new(
      key: :timeout,
      env_name: "SQ_CI_TIMEOUT",
      optional: true,
      description: "Timeout for read, open, and send (in seconds)",
      type: Integer,
      default_value: 300
    )
  ]
end