Sha256: 85589516c03e77d9555d39ec271ac319875d2740a321e856b5a5f676e528ace7
Contents?: true
Size: 282 Bytes
Versions: 2
Compression:
Stored size: 282 Bytes
Contents
module ActiveMerchant #:nodoc: module Shipping class ReturnLabelResponse < Response attr_reader :shipment def initialize(success, message, params = {}, options = {}) @shipment = options[:shipment] super end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_shipping-0.1.4 | lib/active_shipping/shipping/return_label_response.rb |
active_shipping-0.1.3 | lib/active_shipping/shipping/return_label_response.rb |