Method: AtlasEngine::FieldDecompounder#initialize

Defined in:
app/models/atlas_engine/field_decompounder.rb

#initialize(field:, value:, country_profile:) ⇒ FieldDecompounder

Returns a new instance of FieldDecompounder.



11
12
13
14
15
# File 'app/models/atlas_engine/field_decompounder.rb', line 11

def initialize(field:, value:, country_profile:)
  @field = field
  @value = value
  @country_profile = country_profile
end