Class: Komic::Builder::PDF
- Inherits:
-
Object
- Object
- Komic::Builder::PDF
- Defined in:
- lib/komic/builder/pdf.rb
Instance Attribute Summary collapse
-
#images ⇒ Object
readonly
Returns the value of attribute images.
Instance Method Summary collapse
-
#initialize(type_string, options) ⇒ PDF
constructor
A new instance of PDF.
Constructor Details
#initialize(type_string, options) ⇒ PDF
Returns a new instance of PDF.
8 9 10 11 |
# File 'lib/komic/builder/pdf.rb', line 8 def initialize(type_string, ) @options = @pdf_path = File.join(Dir.pwd, type_string) end |
Instance Attribute Details
#images ⇒ Object (readonly)
Returns the value of attribute images.
6 7 8 |
# File 'lib/komic/builder/pdf.rb', line 6 def images @images end |