class ThreeScaleToolbox::Commands::ApplicationCommand::Create::CustomPrinter
Public Instance Methods
print_collection(collection)
click to toggle source
# File lib/3scale_toolbox/commands/application_command/create_command.rb, line 10 def print_collection(collection) end
print_record(application)
click to toggle source
# File lib/3scale_toolbox/commands/application_command/create_command.rb, line 6 def print_record(application) puts "Created application id: #{application['id']}" end