Method: Leap::Deliberation#initialize
- Defined in:
- lib/leap/deliberation.rb
#initialize(characteristics) ⇒ Deliberation
Create a new deliberation, to be made in light of the provided characteristics of the Leap subject instance.
12 13 14 15 |
# File 'lib/leap/deliberation.rb', line 12 def initialize(characteristics) self.characteristics = characteristics self.reports = [] end |