Sha256: 3ab615e218c3d7cd00fedf1025a6d4cef7d55e2b8d90e956a16d5b3cc3cd9362
Contents?: true
Size: 425 Bytes
Versions: 4
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true require 'we_ship_client/entities/base' require 'we_ship_client/entities/responses/track_order' module WeShipClient module Entities module Responses # The response returned by `Interactors::GetTracking`. class TrackResponse < Base attribute? :page_num, Types::Strict::Integer attribute :results, Types::Strict::Array.of(TrackOrder) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems