Class: Gisha::ReceiveCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/gisha/cli.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



12
13
14
# File 'lib/gisha/cli.rb', line 12

def execute
  Commands::Receive.new(key_id).exec
end