Class: AttributeStats::JSONFormatter

Inherits:
HashFormatter show all
Defined in:
lib/formatters/json_formatter.rb

Instance Method Summary collapse

Methods inherited from HashFormatter

#initialize

Constructor Details

This class inherits a constructor from AttributeStats::HashFormatter

Instance Method Details

#output_all_attributesObject



4
5
6
# File 'lib/formatters/json_formatter.rb', line 4

def output_all_attributes
  super.to_json
end

#output_dormant_tablesObject



8
9
10
# File 'lib/formatters/json_formatter.rb', line 8

def output_dormant_tables
  super.to_json
end

#output_unused_attributesObject



12
13
14
# File 'lib/formatters/json_formatter.rb', line 12

def output_unused_attributes
  super.to_json
end