Module: SatMx::Body Private
- Included in:
- DownloadPetitionBody, DownloadRequestBody, DownloadRequestReceivedBody, VerifyRequestBody
- Defined in:
- lib/sat_mx/body.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- S11 =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
"S11"- XMLNS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
"xmlns"- DES =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
"des"- DS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
"ds"- ENVELOPE_ATTRS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
{ "#{XMLNS}:#{S11}" => "http://schemas.xmlsoap.org/soap/envelope/", "#{XMLNS}:#{DES}" => "http://DescargaMasivaTerceros.sat.gob.mx", "#{XMLNS}:#{DS}" => "http://www.w3.org/2000/09/xmldsig#" }.freeze
- NAMESPACE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
ENVELOPE_ATTRS["#{XMLNS}:#{DES}"]