Class: Smith::Models::Normalizer::Decision

Inherits:
Data
  • Object
show all
Defined in:
lib/smith/models/normalizer.rb

Overview

Decision record emitted as a :normalizer_decision trace event. The Decision.kind value space is exhaustively documented in the plan; adding a new kind requires updating the trace CONFIG_MAP.

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



28
29
30
# File 'lib/smith/models/normalizer.rb', line 28

def detail
  @detail
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



28
29
30
# File 'lib/smith/models/normalizer.rb', line 28

def kind
  @kind
end

#model_idObject (readonly)

Returns the value of attribute model_id

Returns:

  • (Object)

    the current value of model_id



28
29
30
# File 'lib/smith/models/normalizer.rb', line 28

def model_id
  @model_id
end