Class: Highrise::Kase

Inherits:
Subject
  • Object
show all
Defined in:
lib/highrise/kase.rb

Instance Method Summary collapse

Methods inherited from Subject

#add_deal!, #add_note!, #add_task!, #emails, #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