Class: EspaceMembre::Phase

Inherits:
Record
  • Object
show all
Defined in:
lib/espace_membre/phase.rb

Constant Summary collapse

PHASES =
%w[
  investigation
  abandon-investigation
  construction
  acceleration
  consolidation
  abandon
  opere
  transfere
]
ACTIVE_PHASES =
%w[
  acceleration
  consolidation
  construction
  investigation
  opere
].freeze

Instance Method Summary collapse

Instance Method Details

#to_sObject



34
35
36
# File 'lib/espace_membre/phase.rb', line 34

def to_s
  name
end