Class: Highrise::Kase

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

Instance Method Summary collapse

Methods inherited from Subject

#emails, #notes, #upcoming_tasks

Methods included from Cachable

included

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