Class: RestfulSharePoint::Webs
- Inherits:
-
Collection
- Object
- CommonBase
- Collection
- RestfulSharePoint::Webs
- Defined in:
- lib/restful-sharepoint/collections/webs.rb
Constant Summary
Constants inherited from Collection
Instance Attribute Summary
Attributes inherited from Collection
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Collection
#collection, #collection=, #initialize, #method_missing, #next, #respond_to_missing?, #to_json, #values
Methods inherited from CommonBase
Constructor Details
This class inherits a constructor from RestfulSharePoint::Collection
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class RestfulSharePoint::Collection
Class Method Details
.object_class ⇒ Object
4 5 6 |
# File 'lib/restful-sharepoint/collections/webs.rb', line 4 def self.object_class Web end |
Instance Method Details
#endpoint ⇒ Object
8 9 10 |
# File 'lib/restful-sharepoint/collections/webs.rb', line 8 def endpoint "#{@parent}/Webs" end |