Sha256: b3af1b50ed5205a1879a9da26bf7cb8decec1093da7fc6c0ff7734f05e7f3fc2

Contents?: true

Size: 267 Bytes

Versions: 114

Compression:

Stored size: 267 Bytes

Contents

module ActiveShipping
  class DeliveryDateEstimatesResponse < Response
    attr_reader :delivery_estimates

    def initialize(success, message, params = {}, options = {})
      @delivery_estimates = Array(options[:delivery_estimates])
      super
    end

  end
end

Version data entries

114 entries across 114 versions & 2 rubygems

Version Path
active_shipping-1.9.1 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.9.0 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.8.6 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.8.5 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.8.4 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.8.3 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.8.2 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.8.1 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.8.0 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.7.3 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.7.2 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.7.1 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.7.0 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.6.5 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.6.4 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.6.3 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.6.2 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.6.1 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.6.0 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.5.0 lib/active_shipping/delivery_date_estimates_response.rb