Class: Clinical::Intervention
- Inherits:
-
Object
- Object
- Clinical::Intervention
- Includes:
- HappyMapper
- Defined in:
- lib/clinical/intervention.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
9 10 11 |
# File 'lib/clinical/intervention.rb', line 9 def to_s "#{self.name} (#{self.type}): #{self.description}" end |