Class: Highrise::Note

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

Instance Method Summary collapse

Methods included from Pagination

included

Instance Method Details

#commentsObject



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

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