class UPS::Parsers::ShipConfirmParser
Public Instance Methods
identification_number()
click to toggle source
# File lib/ups/parsers/ship_confirm_parser.rb, line 5 def identification_number root_response[:ShipmentIdentificationNumber] end
shipment_digest()
click to toggle source
# File lib/ups/parsers/ship_confirm_parser.rb, line 9 def shipment_digest root_response[:ShipmentDigest] end
Private Instance Methods
root_response()
click to toggle source
# File lib/ups/parsers/ship_confirm_parser.rb, line 15 def root_response parsed_response[:ShipmentConfirmResponse] end