Class: Ruby2xlsx::Default

Inherits:
Object
  • Object
show all
Extended by:
ActiveModel::Naming, ActiveModel::Translation
Defined in:
lib/ruby2xlsx/default.rb

Class Method Summary collapse

Class Method Details

.column_namesObject



9
10
11
# File 'lib/ruby2xlsx/default.rb', line 9

def self.column_names
  [:id]
end