class RestfulSharePoint::Lists

Public Class Methods

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

Public Instance Methods

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