Class: SmartMachine::Commands::Credentials

Inherits:
Thor
  • Object
show all
Includes:
Utilities
Defined in:
lib/smart_machine/commands/credentials.rb

Instance Method Summary collapse

Instance Method Details

#editObject



9
10
11
12
13
14
# File 'lib/smart_machine/commands/credentials.rb', line 9

def edit
  inside_machine_dir do
    credentials = SmartMachine::Credentials.new
    credentials.edit
  end
end