Class: Vortex::PersonListingCollection

Inherits:
Collection show all
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

#initialize, #to_s

Constructor Details

This class inherits a constructor from Vortex::Collection

Instance Method Details

#propertiesObject



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