Class: EventImportResult

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/event_import_result.rb

Class Method Summary collapse

Class Method Details

.headerObject



10
11
12
13
14
# File 'app/models/event_import_result.rb', line 10

def self.header
  %w(
    id name display_name library event_category start_at end_at all_day note dummy
  )
end