Class: Highrise::Email

Inherits:
Base
  • Object
show all
Includes:
Pagination
Defined in:
lib/highrise/email.rb

Instance Method Summary collapse

Methods included from Pagination

included

Instance Method Details

#commentsObject



5
6
7
# File 'lib/highrise/email.rb', line 5

def comments
  Comment.find(:all, :from => "/emails/#{email_id}/comments.xml")
end