Class: AkamaiApi::CLI::App

Inherits:
Thor
  • Object
show all
Defined in:
lib/akamai_api/cli/app.rb

Instance Method Summary collapse

Instance Method Details

#help(*args) ⇒ Object



13
14
15
16
17
18
# File 'lib/akamai_api/cli/app.rb', line 13

def help *args
  puts
  puts "AkamaiApi is a command line utility to interact with Akamai CCU (Content Control Utility) and ECCU (Enhanced Content Control Utility) services."
  puts
  super
end