Class: Connectors::ConnectorStatus
- Inherits:
-
Object
- Object
- Connectors::ConnectorStatus
- Defined in:
- lib/connectors/connector_status.rb
Constant Summary collapse
- CREATED =
'created'- NEEDS_CONFIGURATION =
'needs_configuration'- CONFIGURED =
'configured'- CONNECTED =
'connected'- ERROR =
'error'- STATUSES =
[ CREATED, NEEDS_CONFIGURATION, CONFIGURED, CONNECTED, ERROR ]
- STATUSES_ALLOWING_SYNC =
[ CONFIGURED, CONNECTED, ERROR ]