Class: Ptf::Cli::Summary

Inherits:
Thor
  • Object
show all
Defined in:
lib/ptf/client/summary.rb

Instance Method Summary collapse

Instance Method Details

#createObject



6
7
8
# File 'lib/ptf/client/summary.rb', line 6

def create
  puts "summary create not implemented"
end

#editObject



11
12
13
# File 'lib/ptf/client/summary.rb', line 11

def edit
  puts "summary edit not implemented"
end

#showObject



16
17
18
# File 'lib/ptf/client/summary.rb', line 16

def show
  puts "summary show not implemented"
end