Class: Highrise::Kase
- Defined in:
- lib/highrise/kase.rb
Instance Method Summary collapse
Methods inherited from Subject
#add_note, #emails, #label, #notes, #upcoming_tasks
Instance Method Details
#close! ⇒ Object
3 4 5 6 |
# File 'lib/highrise/kase.rb', line 3 def close! self.closed_at = Time.now.utc save end |