Method: Chef::EncryptedDataBagItem#initialize

Defined in:
lib/chef/encrypted_data_bag_item.rb

#initialize(enc_hash, secret) ⇒ EncryptedDataBagItem

Returns a new instance of EncryptedDataBagItem.



260
261
262
263
# File 'lib/chef/encrypted_data_bag_item.rb', line 260

def initialize(enc_hash, secret)
  @enc_hash = enc_hash
  @secret = secret
end