Class: FinchAPI::Models::HRIS::HRISCompany::Entity
- Defined in:
- lib/finch-api/models/hris/company.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#subtype ⇒ Symbol, ...
The tax payer subtype of the company.
-
#type ⇒ Symbol, ...
The tax payer type of the company.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(subtype: nil, type: nil) ⇒ Entity
constructor
The entity type object.
Constructor Details
#initialize(subtype: nil, type: nil) ⇒ Entity
The entity type object.
6 |
# File 'lib/finch-api/models/hris/company.rb', line 6 def initialize(subtype: nil, type: nil, **) = super |
Instance Attribute Details
Class Method Details
.values ⇒ Array<Symbol>
2 |
# File 'lib/finch-api/models/hris/company.rb', line 2 def self.values; end |