Method: LockstepSdk::CompanyModel#enterprise_id
- Defined in:
- lib/lockstep_sdk/models/company_model.rb
#enterprise_id ⇒ Uuid
Returns For convenience, this field indicates the top-level parent company. This can be used to jump directly to the top parent in complex organizational hierarchies.
108 109 110 |
# File 'lib/lockstep_sdk/models/company_model.rb', line 108 def enterprise_id @enterprise_id end |