Class: ThreeScaleToolbox::Commands::ApplicationCommand::Create::CustomPrinter

Inherits:
Object
  • Object
show all
Defined in:
lib/3scale_toolbox/commands/application_command/create_command.rb

Instance Method Summary collapse

Instance Method Details



10
# File 'lib/3scale_toolbox/commands/application_command/create_command.rb', line 10

def print_collection(collection) end


6
7
8
# File 'lib/3scale_toolbox/commands/application_command/create_command.rb', line 6

def print_record(application)
  puts "Created application id: #{application['id']}"
end