Class: AudioBookCreator::SurferDef
- Inherits:
-
Object
- Object
- AudioBookCreator::SurferDef
- Defined in:
- lib/audio_book_creator/surfer_def.rb
Instance Attribute Summary collapse
-
#max ⇒ Object
Returns the value of attribute max.
-
#regen_html ⇒ Object
Returns the value of attribute regen_html.
Instance Method Summary collapse
-
#initialize(max = nil, regen_html = nil) ⇒ SurferDef
constructor
A new instance of SurferDef.
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
#max ⇒ Object
Returns the value of attribute max.
3 4 5 |
# File 'lib/audio_book_creator/surfer_def.rb', line 3 def max @max end |
#regen_html ⇒ Object
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 |