Class: Fastlane::Actions::CryptexAction
- Inherits:
-
Action
- Object
- Action
- Fastlane::Actions::CryptexAction
- Defined in:
- lib/fastlane/plugin/cryptex/actions/cryptex_action.rb
Class Method Summary collapse
- .authors ⇒ Object
- .available_options ⇒ Object
- .description ⇒ Object
- .is_supported?(platform) ⇒ Boolean
- .run(params) ⇒ Object
Class Method Details
.authors ⇒ Object
16 17 18 |
# File 'lib/fastlane/plugin/cryptex/actions/cryptex_action.rb', line 16 def self. ["Helmut Januschka"] end |
.available_options ⇒ Object
20 21 22 |
# File 'lib/fastlane/plugin/cryptex/actions/cryptex_action.rb', line 20 def self. Cryptex::Options. end |
.description ⇒ Object
12 13 14 |
# File 'lib/fastlane/plugin/cryptex/actions/cryptex_action.rb', line 12 def self.description "Secure Git-Backed Storage" end |
.is_supported?(platform) ⇒ Boolean
24 25 26 |
# File 'lib/fastlane/plugin/cryptex/actions/cryptex_action.rb', line 24 def self.is_supported?(platform) true end |