Class: Kirico::CompanyCount
- Inherits:
-
BaseCompanyCount
- Object
- BaseCompanyCount
- Kirico::CompanyCount
- Defined in:
- lib/kirico/models/company_count.rb
Constant Summary collapse
- COUNT =
'001'
Instance Method Summary collapse
Methods inherited from BaseCompanyCount
Constructor Details
This class inherits a constructor from Kirico::BaseCompanyCount
Instance Method Details
#to_csv ⇒ Object
8 9 10 |
# File 'lib/kirico/models/company_count.rb', line 8 def to_csv [nil, COUNT].map { |attr| attr.to_s.encode('CP932') }.join(',') end |