class RestfulSharePoint::ListItems

Public Class Methods

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

Public Instance Methods

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