Sha256: c6dc5fc5f81ec99254354c031edf98dd6e1ec413f87e624e3f9a182a0ecf1968
Contents?: true
Size: 427 Bytes
Versions: 8
Compression:
Stored size: 427 Bytes
Contents
# frozen_string_literal: true module FreightKit # Represents the response to calls: # - {FreightKit::Carrier#bol} # - {FreightKit::Carrier#pod} # - {FreightKit::Carrier#scanned_bol} # # @attribute content_type # @return [String] The HTTP `Content-Type` # # @attribute data # @return [String] Raw document data. class DocumentResponse < Response attr_accessor :content_type, :data end end
Version data entries
8 entries across 8 versions & 1 rubygems