Class: Faststrap::InstallActions::FastlaneInstallAction
- Inherits:
-
Faststrap::InstallAction
- Object
- Faststrap::InstallAction
- Faststrap::InstallActions::FastlaneInstallAction
- Defined in:
- lib/faststrap/install_actions/fastlane_install_action.rb
Class Method Summary collapse
Methods inherited from Faststrap::InstallAction
Class Method Details
.cmd ⇒ Object
12 13 14 |
# File 'lib/faststrap/install_actions/fastlane_install_action.rb', line 12 def self.cmd system 'sudo gem install fastlane --verbose' end |
.description ⇒ Object
9 10 11 |
# File 'lib/faststrap/install_actions/fastlane_install_action.rb', line 9 def self.description "Install Fastlane" end |
.index ⇒ Object
5 6 7 |
# File 'lib/faststrap/install_actions/fastlane_install_action.rb', line 5 def self.index 5 end |
.name ⇒ Object
16 17 18 |
# File 'lib/faststrap/install_actions/fastlane_install_action.rb', line 16 def self.name "Fastlane" end |