Class: Kirico::BaseCompanyCount

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
lib/kirico/models/base_company_count.rb

Direct Known Subclasses

CompanyCount, SrCompanyCount

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ BaseCompanyCount

Returns a new instance of BaseCompanyCount.

Yields:

  • (_self)

Yield Parameters:



10
11
12
# File 'lib/kirico/models/base_company_count.rb', line 10

def initialize
  yield(self) if block_given?
end