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
workarea-core-3.5.27 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.26 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.4.45 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.25 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.23 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.4.44 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.22 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.4.43 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.21 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.4.42 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.20 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.4.41 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.19 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.4.40 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.18 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.4.39 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.17 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.4.38 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.5.16 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb
workarea-core-3.4.37 vendor/active_shipping/lib/active_shipping/delivery_date_estimates_response.rb