Class: NeptuneApex::Cli::ProfileCli

Inherits:
Thor
  • Object
show all
Defined in:
lib/neptune_apex/cli/profile.rb

Instance Method Summary collapse

Instance Method Details

#export(name) ⇒ Object



7
8
9
# File 'lib/neptune_apex/cli/profile.rb', line 7

def export(name)
  puts "Not yet implemented"
end

#import(name) ⇒ Object



13
14
15
# File 'lib/neptune_apex/cli/profile.rb', line 13

def import(name)
  puts "Not yet implemented"
end