Sha256: 6b1547ee858b8669f86b549613eb5d2bb389a1daffe8e7c7bfee79b5a04edf67

Contents?: true

Size: 308 Bytes

Versions: 33

Compression:

Stored size: 308 Bytes

Contents

module ActiveMerchant #:nodoc:
  module Shipping
      
    class ShipmentEvent
      attr_reader :name, :time, :location, :message
      
      def initialize(name, time, location, message=nil)
        @name, @time, @location, @message = name, time, location, message
      end
      
    end
    
  end
end

Version data entries

33 entries across 33 versions & 5 rubygems

Version Path
bcarpenter-active_shipping-0.0.2 lib/active_shipping/shipping/shipment_event.rb
bcarpenter-active_shipping-0.0.5 lib/active_shipping/shipping/shipment_event.rb
bcarpenter-active_shipping-0.0.6 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.11.0 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.10.1 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.10.0 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.9.15 lib/active_shipping/shipping/shipment_event.rb
kschadeck-active_shipping-0.9.15 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.9.14 lib/active_shipping/shipping/shipment_event.rb
rclements_active_shipping-0.9.15 lib/active_shipping/shipping/shipment_event.rb
rclements_active_shipping-0.9.14 lib/active_shipping/shipping/shipment_event.rb
rclements_active_shipping-0.9.13 lib/active_shipping/shipping/shipment_event.rb
benhutton-active_shipping-0.9.13 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.9.13 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.9.12 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.9.11 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.9.10 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.9.9 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.9.8 lib/active_shipping/shipping/shipment_event.rb
active_shipping-0.9.7 lib/active_shipping/shipping/shipment_event.rb