Sha256: f9db18ded2541287f088fbfc44245265557c053e810e2b196d07ae3bc3253c7f
Contents?: true
Size: 248 Bytes
Versions: 8
Compression:
Stored size: 248 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 = {} @meta_tag_prefix = 'grover-' end end end
Version data entries
8 entries across 8 versions & 1 rubygems