class Kirico::CompanyIdentifier

Constants

IDENTIFIER

Public Instance Methods

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