Class: Cnvrg::Data

Inherits:
SubCommandBase show all
Defined in:
lib/cnvrg/data.rb

Instance Method Summary collapse

Methods inherited from SubCommandBase

banner, subcommand_prefix

Instance Method Details

#initObject



16
17
18
# File 'lib/cnvrg/data.rb', line 16

def init
  puts "im in init"
end

#uploadObject



21
22
23
# File 'lib/cnvrg/data.rb', line 21

def upload
  puts "im in upload"
end