class AudioBookCreator::SurferDef
Attributes
max[RW]
regen_html[RW]
Public Class Methods
new(max = nil, regen_html = nil)
click to toggle source
# File lib/audio_book_creator/surfer_def.rb, line 6 def initialize(max = nil, regen_html = nil) @max = max @regen_html = regen_html end