Class: HpM118dwx4

Inherits:
HtmlBook
  • Object
show all
Defined in:
lib/hpm118dwx4.rb

Instance Method Summary collapse

Constructor Details

#initialize(filename = 'page.html', pg_height: 500, debug: false) ⇒ HpM118dwx4

Returns a new instance of HpM118dwx4.



12
13
14
15
16
# File 'lib/hpm118dwx4.rb', line 12

def initialize(filename='page.html', pg_height: 500, debug: false)

  super(filename, pg_height: pg_height, debug: debug)

end