Class: HTMLInvoiceExporter

Inherits:
Object
  • Object
show all
Defined in:
lib/kale/html_invoice_exporter.rb

Instance Method Summary collapse

Constructor Details

#initialize(project) ⇒ HTMLInvoiceExporter

Returns a new instance of HTMLInvoiceExporter.



3
4
5
6
7
8
9
10
11
# File 'lib/kale/html_invoice_exporter.rb', line 3

def initialize project
  @project = project

  self.prefix
  self.body
  self.suffix
  
  self.write
end