Sha256: 0c17f696a21897e3e8644317e20867a6bf8609742866f15773723e406b108c17

Contents?: true

Size: 279 Bytes

Versions: 2

Compression:

Stored size: 279 Bytes

Contents

module ActiveMerchant #:nodoc:
  module Shipping
    
    class LocationResponse < Response
      attr_reader :location
      
      def initialize(success, message, params = {}, options = {})
        @location = options[:location]
        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/location_response.rb
active_shipping-0.1.3 lib/active_shipping/shipping/location_response.rb