Sha256: defac6c3b535168a5814f188b4ecee2bba906a390a101b1dd37d2b9cd0ed7be8
Contents?: true
Size: 513 Bytes
Versions: 46
Compression:
Stored size: 513 Bytes
Contents
# frozen_string_literal: true Puppet::DataTypes.create_type('ApplyResult') do interface <<-PUPPET attributes => { 'report' => Hash[String[1], Data], 'target' => Target }, functions => { error => Callable[[], Optional[Error]], ok => Callable[[], Boolean], message => Callable[[], Optional[String]], action => Callable[[], String], to_data => Callable[[], Hash], } PUPPET load_file('bolt/apply_result') implementation_class Bolt::ApplyResult end
Version data entries
46 entries across 46 versions & 1 rubygems