Class: EbookLibrary::Factory::Mobi
- Inherits:
-
Object
- Object
- EbookLibrary::Factory::Mobi
- Defined in:
- lib/ebook_library/factory/mobi.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
Instance Method Summary collapse
- #author ⇒ Object
-
#initialize(metadata) ⇒ Mobi
constructor
A new instance of Mobi.
- #title ⇒ Object
Constructor Details
#initialize(metadata) ⇒ Mobi
Returns a new instance of Mobi.
5 6 7 |
# File 'lib/ebook_library/factory/mobi.rb', line 5 def initialize() @metadata = end |
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
4 5 6 |
# File 'lib/ebook_library/factory/mobi.rb', line 4 def @metadata end |
Instance Method Details
#author ⇒ Object
9 10 11 |
# File 'lib/ebook_library/factory/mobi.rb', line 9 def . end |
#title ⇒ Object
13 14 15 |
# File 'lib/ebook_library/factory/mobi.rb', line 13 def title .title end |