Class: DComm::CLI::Edit

Inherits:
Command
  • Object
show all
Defined in:
lib/dcomm/cli/edit.rb

Instance Attribute Summary

Attributes inherited from Command

#discord, #renderer

Instance Method Summary collapse

Methods inherited from Command

#initialize

Constructor Details

This class inherits a constructor from DComm::CLI::Command

Instance Method Details

#callObject



10
11
12
# File 'lib/dcomm/cli/edit.rb', line 10

def call
  puts 'edit command'
end