Method: Cnvrg::Data#init

Defined in:
lib/cnvrg/data.rb

#initObject



27
28
29
30
31
32
33
# File 'lib/cnvrg/data.rb', line 27

def init
  cli = Cnvrg::CLI.new()
  public = options["public"]
  bucket = options["bucket"]
  title = options["title"]
  cli.init_data(public, bucket: bucket, title: title)
end