class ThreeScaleToolbox::Commands::ServiceCommand::CreateSubcommand::CustomPrinter
Attributes
option_default[R]
option_disabled[R]
Public Instance Methods
print_collection(collection)
click to toggle source
# File lib/3scale_toolbox/commands/service_command/create_command.rb, line 14 def print_collection(collection) end
print_record(service)
click to toggle source
# File lib/3scale_toolbox/commands/service_command/create_command.rb, line 10 def print_record(service) puts "Service '#{service['name']}' has been created with ID: #{service['id']}" end