class ThreeScaleToolbox::CLI::CustomTablePrinter

Attributes

fields[R]

Public Class Methods

new(fields) click to toggle source
# File lib/3scale_toolbox/cli/custom_table_printer.rb, line 6
def initialize(fields)
  @fields = fields
end

Public Instance Methods

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

Private Instance Methods

print_data(collection) click to toggle source
print_header() click to toggle source