Skip to content

Instantly share code, notes, and snippets.

@pszals
Created January 5, 2014 19:42
Show Gist options
  • Save pszals/8272844 to your computer and use it in GitHub Desktop.
Save pszals/8272844 to your computer and use it in GitHub Desktop.
Client states for finite state machine
module Client
module States
ACTIVE = 'active'
PROSPECT = 'prospect'
DORMANT = 'dormant'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment