class KindleCG::Ebook::Pdf
Public Class Methods
new(file)
click to toggle source
# File lib/KindleCG/ebook/pdf.rb, line 4 def initialize(file) # TODO: not sure what to do with pdfs yet end
Public Instance Methods
asin()
click to toggle source
# File lib/KindleCG/ebook/pdf.rb, line 12 def asin # TODO: implement if ever needed end
title()
click to toggle source
# File lib/KindleCG/ebook/pdf.rb, line 8 def title # TODO: implement if ever needed end
type()
click to toggle source
# File lib/KindleCG/ebook/pdf.rb, line 16 def type # TODO: implement if ever needed end