Sha256: 76dc0ccf9f8be338b48f55048615bea73d293f491544ac0fb1c8d4a15c61ad78
Contents?: true
Size: 288 Bytes
Versions: 5
Compression:
Stored size: 288 Bytes
Contents
# coding: utf-8 example :password_setting, 'Set password to open' do |t| report = Thinreports::Report.new layout: t.layout_filename report.start_new_page report.generate(filename: t.output_filename, security: { user_password: 'password', owner_password: :random }) end
Version data entries
5 entries across 5 versions & 1 rubygems