Method: LockstepSdk::CompanySyncModel#is_active
- Defined in:
- lib/lockstep_sdk/models/company_sync_model.rb
#is_active ⇒ Boolean
Returns This flag indicates whether the company is currently active. An inactive company will be hidden from the user interface but will still be available for querying.
86 87 88 |
# File 'lib/lockstep_sdk/models/company_sync_model.rb', line 86 def is_active @is_active end |