Class: ThreeScaleToolbox::Commands::ServiceCommand::CustomPrinter

Inherits:
Object
  • Object
show all
Defined in:
lib/3scale_toolbox/commands/service_command/apply_command.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#option_defaultObject (readonly)

Returns the value of attribute option_default.



5
6
7
# File 'lib/3scale_toolbox/commands/service_command/apply_command.rb', line 5

def option_default
  @option_default
end

#option_disabledObject (readonly)

Returns the value of attribute option_disabled.



5
6
7
# File 'lib/3scale_toolbox/commands/service_command/apply_command.rb', line 5

def option_disabled
  @option_disabled
end

Instance Method Details



11
# File 'lib/3scale_toolbox/commands/service_command/apply_command.rb', line 11

def print_collection(collection) end


7
8
9
# File 'lib/3scale_toolbox/commands/service_command/apply_command.rb', line 7

def print_record(service)
  puts "Applied Service id: #{service['id']}"
end