Method: Mingle4r::API::Wiki::InstanceMethods#attachments

Defined in:
lib/mingle4r/api/wiki.rb

#attachmentsObject



7
8
9
10
# File 'lib/mingle4r/api/wiki.rb', line 7

def attachments
  ensure_attachment_resource_configured!
  @attachments = Attachment.find(:all)
end