Class: Ptf::Cli::Summary
- Inherits:
-
Thor
- Object
- Thor
- Ptf::Cli::Summary
- Defined in:
- lib/ptf/client/summary.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
6 7 8 |
# File 'lib/ptf/client/summary.rb', line 6 def create puts "summary create not implemented" end |
#edit ⇒ Object
11 12 13 |
# File 'lib/ptf/client/summary.rb', line 11 def edit puts "summary edit not implemented" end |
#show ⇒ Object
16 17 18 |
# File 'lib/ptf/client/summary.rb', line 16 def show puts "summary show not implemented" end |