class AttributeStats::JSONFormatter
Public Instance Methods
output_all_attributes()
click to toggle source
Calls superclass method
AttributeStats::HashFormatter#output_all_attributes
# File lib/formatters/json_formatter.rb, line 8 def output_all_attributes super.to_json end
output_attribute_references()
click to toggle source
Calls superclass method
AttributeStats::HashFormatter#output_attribute_references
# File lib/formatters/json_formatter.rb, line 4 def output_attribute_references super.to_json end
output_dormant_tables()
click to toggle source
Calls superclass method
AttributeStats::HashFormatter#output_dormant_tables
# File lib/formatters/json_formatter.rb, line 12 def output_dormant_tables super.to_json end
output_unused_attributes()
click to toggle source
Calls superclass method
AttributeStats::HashFormatter#output_unused_attributes
# File lib/formatters/json_formatter.rb, line 16 def output_unused_attributes super.to_json end