Class: Fastlane::Options::YandexTracker
- Inherits:
-
Object
- Object
- Fastlane::Options::YandexTracker
- Defined in:
- lib/fastlane/plugin/sq_ci_tools/options/yandex_tracker.rb
Class Method Summary collapse
Class Method Details
.options ⇒ Object
10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/fastlane/plugin/sq_ci_tools/options/yandex_tracker.rb', line 10 def self. [ FastlaneCore::ConfigItem.new( key: :organization_id, env_name: 'SQ_CI_YANDEX_TRACKER_ORGANIZATION_ID', description: 'Organization id in Yandex cloud', optional: false, type: String, ) ] end |