Class: Link2Epub
- Inherits:
-
Object
- Object
- Link2Epub
- Defined in:
- lib/link2epub.rb
Instance Attribute Summary collapse
-
#conf ⇒ Object
Returns the value of attribute conf.
Instance Method Summary collapse
-
#initialize(conf) ⇒ Link2Epub
constructor
A new instance of Link2Epub.
- #run ⇒ Object
Constructor Details
#initialize(conf) ⇒ Link2Epub
Returns a new instance of Link2Epub.
137 138 139 |
# File 'lib/link2epub.rb', line 137 def initialize(conf) @conf = conf end |
Instance Attribute Details
#conf ⇒ Object
Returns the value of attribute conf.
136 137 138 |
# File 'lib/link2epub.rb', line 136 def conf @conf end |