Method: Archimate::Export::CSVExport#initialize

Defined in:
lib/archimate/export/csv_export.rb

#initialize(model) ⇒ CSVExport

Returns a new instance of CSVExport.



10
11
12
# File 'lib/archimate/export/csv_export.rb', line 10

def initialize(model)
  @model = model
end