Class: Tug::Interface
- Inherits:
-
Thor
- Object
- Thor
- Tug::Interface
- Defined in:
- lib/tug/interface/interface.rb
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
91 92 93 94 |
# File 'lib/tug/interface/interface.rb', line 91 def build config_file = Tug::ConfigFile.config_file() execute(__method__.to_s, config_file) end |
#ipa ⇒ Object
106 107 108 109 |
# File 'lib/tug/interface/interface.rb', line 106 def ipa config_file = Tug::ConfigFile.config_file() execute(__method__.to_s, config_file) end |
#notify ⇒ Object
118 119 120 121 |
# File 'lib/tug/interface/interface.rb', line 118 def notify slack = Tug::Slack.new() slack.notify([:message]) end |
#provision ⇒ Object
133 134 135 136 |
# File 'lib/tug/interface/interface.rb', line 133 def provision config_file = Tug::ConfigFile.config_file() execute(__method__.to_s, config_file) end |