Method: Resync::Resource.all_xml_mapping_nodes
- Defined in:
- lib/resync/resource.rb
.all_xml_mapping_nodes(options = { mapping: nil, create: true }) ⇒ Object
ResourceSync schema requires ‘##other’ elements to appear last
67 68 69 |
# File 'lib/resync/resource.rb', line 67 def self.all_xml_mapping_nodes( = { mapping: nil, create: true }) xml_mapping_nodes() + superclass.all_xml_mapping_nodes() end |