Module: MoveToGo::DealState
- Defined in:
- lib/move-to-go/model/deal_state.rb
Constant Summary collapse
- NotAnEndState =
This is the default, a deal with a status with this state is currently being worked on.
0
- PositiveEndState =
The deal has reached a positive end state, eg we have won the deal.
1
- NegativeEndState =
The deal has reached a negative end state, eg we have lost the deal.
-1