Class: Basecamp::Comment

Inherits:
Base
  • Object
show all
Defined in:
lib/basecamp/comment.rb

Overview

</comment>

Class Method Summary collapse

Methods inherited from Base

establish_connection!

Class Method Details

.recent(resource_name, resource_id) ⇒ Object



23
24
25
# File 'lib/basecamp/comment.rb', line 23

def self.recent(resource_name, resource_id)
  find(:all, :from => "/#{resource_name}/#{resource_id}/comments.xml")
end