class ThreeScaleToolbox::Commands::ActiveDocsCommand::Create::CustomPrinter
Public Instance Methods
print_collection(collection)
click to toggle source
# File lib/3scale_toolbox/commands/activedocs_command/create_command.rb, line 10 def print_collection(collection) end
print_record(activedocs)
click to toggle source
# 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