class AttributeStats::JSONFormatter

Public Instance Methods

output_all_attributes() click to toggle source
# File lib/formatters/json_formatter.rb, line 8
def output_all_attributes
  super.to_json
end
output_attribute_references() click to toggle source
# File lib/formatters/json_formatter.rb, line 4
def output_attribute_references
  super.to_json
end
output_dormant_tables() click to toggle source
# File lib/formatters/json_formatter.rb, line 12
def output_dormant_tables
  super.to_json
end
output_unused_attributes() click to toggle source
# File lib/formatters/json_formatter.rb, line 16
def output_unused_attributes
  super.to_json
end