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.4.3 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.4.2 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.4.1 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.4.0 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.3.0 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.2.2 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.2.1 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.2.0 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.1.3 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.1.2 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.1.1 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.1.0 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.0.1 lib/active_shipping/delivery_date_estimates_response.rb
active_shipping-1.0.0 lib/active_shipping/delivery_date_estimates_response.rb