Class: SmartMachine::Commands::Credentials
- Inherits:
-
Thor
- Object
- Thor
- SmartMachine::Commands::Credentials
- Includes:
- Utilities
- Defined in:
- lib/smart_machine/commands/credentials.rb
Instance Method Summary collapse
Instance Method Details
#edit ⇒ Object
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 |