Class: Highrise::Email
- Includes:
- Pagination
- Defined in:
- lib/highrise/email.rb
Instance Method Summary collapse
Methods included from Pagination
Methods inherited from Base
Instance Method Details
#comments ⇒ Object
5 6 7 |
# File 'lib/highrise/email.rb', line 5 def comments Comment.find(:all, :from => "/emails/#{email_id}/comments.xml") end |