OctocatalogDiff::API::V1::Override is an object that represents a user-supplied fact or ENC parameter that will be used when compiling a catalog.
The hash must contain the following keys:
:key(String) - The name of the fact or ENC parameter (e.g.operatingsystemorparameters::fooclass::fooparam):value(?) - The value of the fact or ENC parameter
See also: #create_from_input
Parses the string (see Overriding facts for the format to use). Returns a OctocatalogDiff::API::V1::Override object with key and value parsed from the string.
Returns the key as supplied in the constructor.
Returns the value as supplied in the constructor.