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