class RestfulSharePoint::Webs
Public Class Methods
object_class()
click to toggle source
# File lib/restful-sharepoint/collections/webs.rb, line 4 def self.object_class Web end
Public Instance Methods
endpoint()
click to toggle source
# File lib/restful-sharepoint/collections/webs.rb, line 8 def endpoint "#{@parent}/Webs" end