Class: RestPki::XmlInsertionOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/rest_pki/xml_insertion_options.rb

Constant Summary collapse

APPEND_CHILD =
'AppendChild'
PREPEND_CHILD =
'PrependChild'
APPEND_SIBLING =
'AppendSibling'
PREPEND_SIBLING =
'PrependSibling'