tapajos/highrise

View on GitHub
lib/highrise/email.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Highrise
  class Email < Base
    include Pagination

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