Class: Highrise::Subject
- Defined in:
- lib/highrise/subject.rb
Instance Method Summary collapse
Methods included from Cachable
Instance Method Details
#emails ⇒ Object
7 8 9 |
# File 'lib/highrise/subject.rb', line 7 def emails Email.find_all_across_pages(:from => "/#{self.class.collection_name}/#{id}/emails.xml") end |
#notes ⇒ Object
3 4 5 |
# File 'lib/highrise/subject.rb', line 3 def notes Note.find_all_across_pages(:from => "/#{self.class.collection_name}/#{id}/notes.xml") end |
#upcoming_tasks ⇒ Object
11 12 13 |
# File 'lib/highrise/subject.rb', line 11 def upcoming_tasks Task.find(:all, :from => "/#{self.class.collection_name}/#{id}/tasks.xml") end |