Class: RestfulSharePoint::Web

Inherits:
Object show all
Defined in:
lib/restful-sharepoint/objects/web.rb

Constant Summary

Constants inherited from Object

Object::DEFAULT_OPTIONS

Instance Attribute Summary

Attributes inherited from Object

#connection, #options

Instance Method Summary collapse

Methods inherited from Object

#fetch_deferred, #initialize, #method_missing, #properties, #properties=, #respond_to_missing?, #to_json, #values

Methods inherited from CommonBase

#objectify

Constructor Details

This class inherits a constructor from RestfulSharePoint::Object

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RestfulSharePoint::Object

Instance Method Details

#endpointObject



4
5
6
# File 'lib/restful-sharepoint/objects/web.rb', line 4

def endpoint
  "/_api/web/"
end