class ThreeScaleToolbox::Commands::ActiveDocsCommand::Apply::CustomPrinter

Attributes

option_hide[R]
option_publish[R]

Public Class Methods

new(options) click to toggle source
# File lib/3scale_toolbox/commands/activedocs_command/apply_command.rb, line 8
def initialize(options)
  @option_publish = options[:publish]
  @option_hide = options[:hide]
end

Public Instance Methods

print_collection(collection) click to toggle source
print_record(active_docs) click to toggle source