class RestfulSharePoint::Attachments

Public Class Methods

object_class() click to toggle source
# File lib/restful-sharepoint/collections/attachments.rb, line 4
def self.object_class
  Attachment
end

Public Instance Methods

endpoint() click to toggle source
# File lib/restful-sharepoint/collections/attachments.rb, line 8
def endpoint
  "#{@parent.endpoint}/AttachmentFiles"
end