class ThreeScaleToolbox::Commands::ServiceCommand::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/apply_command.rb, line 11 def print_collection(collection) end
print_record(service)
click to toggle source
# File lib/3scale_toolbox/commands/service_command/apply_command.rb, line 7 def print_record(service) puts "Applied Service id: #{service['id']}" end