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=, #eql?, #initialize, #next, #to_a, #to_json
Constructor Details
This class inherits a constructor from RestfulSharePoint::Collection
Class Method Details
Instance Method Details
#endpoint ⇒ Object
8 9 10 |
# File 'lib/restful-sharepoint/collections/webs.rb', line 8 def endpoint "#{@parent}/Webs" end |