Class: RestfulSharePoint::ListItem
- Inherits:
-
Object
- Object
- CommonBase
- Object
- RestfulSharePoint::ListItem
- Defined in:
- lib/restful-sharepoint/objects/list-item.rb
Constant Summary
Constants inherited from Object
Instance Attribute Summary
Attributes inherited from Object
#connection, #options, #properties
Instance Method Summary collapse
Methods inherited from Object
#==, #[], #each, #eql?, #fetch_deferred, #initialize, #to_h, #to_json
Constructor Details
This class inherits a constructor from RestfulSharePoint::Object
Instance Method Details
#endpoint ⇒ Object
4 5 6 |
# File 'lib/restful-sharepoint/objects/list-item.rb', line 4 def endpoint "#{@parent.endpoint}/Items(#{@id})" end |