Class: AudioBookCreator::SurferDef

Inherits:
Object
  • Object
show all
Defined in:
lib/audio_book_creator/surfer_def.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(max = nil, regen_html = nil) ⇒ SurferDef

Returns a new instance of SurferDef.



6
7
8
9
# File 'lib/audio_book_creator/surfer_def.rb', line 6

def initialize(max = nil, regen_html = nil)
  @max = max
  @regen_html = regen_html
end

Instance Attribute Details

#maxObject

Returns the value of attribute max.



3
4
5
# File 'lib/audio_book_creator/surfer_def.rb', line 3

def max
  @max
end

#regen_htmlObject

Returns the value of attribute regen_html.



4
5
6
# File 'lib/audio_book_creator/surfer_def.rb', line 4

def regen_html
  @regen_html
end