Method: ElasticAPM::Config#version
- Defined in:
- lib/elastic_apm/config.rb
#version ⇒ 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.
248 249 250 |
# File 'lib/elastic_apm/config.rb', line 248 def version @version ||= ServerInfo.new(self).version end |