Class: Canon::DiffFormatter::ByObject::YamlFormatter
- Inherits:
-
JsonFormatter
- Object
- BaseFormatter
- JsonFormatter
- Canon::DiffFormatter::ByObject::YamlFormatter
- Defined in:
- lib/canon/diff_formatter/by_object/yaml_formatter.rb
Overview
YAML tree formatter for by-object diffs Inherits from JsonFormatter since YAML and JSON share the same Ruby object structure (hashes and arrays)
Instance Attribute Summary
Attributes inherited from BaseFormatter
#use_color, #visualization_map
Method Summary
Methods inherited from JsonFormatter
Methods inherited from BaseFormatter
for_format, #format, #initialize
Constructor Details
This class inherits a constructor from Canon::DiffFormatter::ByObject::BaseFormatter