Class: Vortex::EventListingCollection

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



737
738
739
740
741
742
# File 'lib/vortex_client.rb', line 737

def properties()
  props = super
  props += '<v:resourceType xmlns:v="vrtx">event-listing</v:resourceType>' +
           '<v:collection-type xmlns:v="vrtx">event-listing</v:collection-type>'
  return props
end