class Kirico::SrCompanyCount

Constants

COUNT

Public Instance Methods

to_csv() click to toggle source
# File lib/kirico/models/sr_company_count.rb, line 14
def to_csv
  [name, COUNT].map { |attr| attr.to_s.encode('CP932') }.join(',')
end