Sha256: 25a03d075f6dcb3543e563e02a5da4776ff6d9f782f6b43dd61922f01584c583
Contents?: true
Size: 276 Bytes
Versions: 5
Compression:
Stored size: 276 Bytes
Contents
class Grover # # Configuration of the options for Grover HTML to PDF conversion # class Configuration attr_accessor :options, :meta_tag_prefix def initialize @options = { cache: false } @meta_tag_prefix = 'grover-' end end end
Version data entries
5 entries across 5 versions & 1 rubygems