Method: ElasticAPM::Config#assign

Defined in:
lib/elastic_apm/config.rb

#assign(update) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



144
145
146
147
# File 'lib/elastic_apm/config.rb', line 144

def assign(update)
  return unless update
  update.each { |key, value| send(:"#{key}=", value) }
end