Class: Commands::Push
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Commands::Push
- Defined in:
- lib/commands/push.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
7 8 9 10 11 |
# File 'lib/commands/push.rb', line 7 def execute Uploader.upload( project_token: project_token ) end |