Class: Vortex::PersonListingCollection
- Inherits:
-
Collection
- Object
- Resource
- Collection
- Vortex::PersonListingCollection
- Defined in:
- lib/vortex_client.rb
Instance Attribute Summary
Attributes inherited from Collection
#foldername, #introduction, #name, #navigationTitle, #owner, #sortByDate, #sortByTitle, #title, #url
Instance Method Summary collapse
Methods inherited from Collection
Constructor Details
This class inherits a constructor from Vortex::Collection
Instance Method Details
#properties ⇒ Object
724 725 726 727 728 729 |
# File 'lib/vortex_client.rb', line 724 def properties() props = super props += '<v:resourceType xmlns:v="vrtx">person-listing</v:resourceType>' + '<v:collection-type xmlns:v="vrtx">person-listing</v:collection-type>' return props end |