Class: ThreeScaleToolbox::Commands::ActiveDocsCommand::Create::CustomPrinter
- Inherits:
-
Object
- Object
- ThreeScaleToolbox::Commands::ActiveDocsCommand::Create::CustomPrinter
- Defined in:
- lib/3scale_toolbox/commands/activedocs_command/create_command.rb
Instance Method Summary collapse
Instance Method Details
#print_collection(collection) ⇒ Object
10 |
# File 'lib/3scale_toolbox/commands/activedocs_command/create_command.rb', line 10 def print_collection(collection) end |
#print_record(activedocs) ⇒ Object
6 7 8 |
# File 'lib/3scale_toolbox/commands/activedocs_command/create_command.rb', line 6 def print_record(activedocs) puts "ActiveDocs '#{activedocs['name']}' has been created with ID: #{activedocs['id']}" end |