Module: FruitToLime::DealState

Defined in:
lib/fruit_to_lime/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