class Grover # # Configuration of the options for Grover HTML to PDF conversion # class Configuration attr_accessor :options def initialize @options = {} end end end