Class: Neetob::CLI::Github::Commands
- Inherits:
-
Thor
- Object
- Thor
- Neetob::CLI::Github::Commands
- Defined in:
- lib/neetob/cli/github/commands.rb
Instance Method Summary collapse
Instance Method Details
#login ⇒ Object
34 35 36 |
# File 'lib/neetob/cli/github/commands.rb', line 34 def login Login.new end |
#protect_branch ⇒ Object
46 47 48 49 50 |
# File 'lib/neetob/cli/github/commands.rb', line 46 def protect_branch ProtectBranch.new( [:branch], [:apps], [:path], [:sandbox], [:all_neeto_repos]).run end |