Method: Datadog::Core::Remote::Configuration::Digest#initialize
- Defined in:
- lib/datadog/core/remote/configuration/digest.rb
#initialize(type, hexdigest) ⇒ Digest
Returns a new instance of Digest.
50 51 52 53 |
# File 'lib/datadog/core/remote/configuration/digest.rb', line 50 def initialize(type, hexdigest) @type = type.to_sym @hexdigest = hexdigest end |