Method: ActiveShipping::UPS#response_digest
- Defined in:
- lib/active_shipping/carriers/ups.rb
#response_digest(xml) ⇒ Object (protected)
1117 1118 1119 |
# File 'lib/active_shipping/carriers/ups.rb', line 1117 def response_digest(xml) xml.root.at('ShipmentDigest').text end |