Class: Kirico::BaseCompanyCount
- Inherits:
-
Object
- Object
- Kirico::BaseCompanyCount
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/kirico/models/base_company_count.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ BaseCompanyCount
constructor
A new instance of BaseCompanyCount.
Constructor Details
#initialize {|_self| ... } ⇒ BaseCompanyCount
Returns a new instance of BaseCompanyCount.
10 11 12 |
# File 'lib/kirico/models/base_company_count.rb', line 10 def initialize yield(self) if block_given? end |