Class: ThreeScaleToolbox::Commands::ServiceCommand::CustomPrinter
- Inherits:
-
Object
- Object
- ThreeScaleToolbox::Commands::ServiceCommand::CustomPrinter
- Defined in:
- lib/3scale_toolbox/commands/service_command/apply_command.rb
Instance Attribute Summary collapse
-
#option_default ⇒ Object
readonly
Returns the value of attribute option_default.
-
#option_disabled ⇒ Object
readonly
Returns the value of attribute option_disabled.
Instance Method Summary collapse
Instance Attribute Details
#option_default ⇒ Object (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_disabled ⇒ Object (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
#print_collection(collection) ⇒ Object
11 |
# File 'lib/3scale_toolbox/commands/service_command/apply_command.rb', line 11 def print_collection(collection) end |
#print_record(service) ⇒ Object
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 |