struct

Cl8r::Diff::FieldDiff

Inherits YAML::Serializable < JSON::Serializable < Struct < Value < Object

Represents an individual field change between two states.

Constructors

new(field : String, old_val : String, new_val : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

field
Source
new_val
Source
old_val
Source