Sha256: 3f80da4f309f6c0d26d75886c62c068506856da977ec50927ba0aeebefeb9930
Contents?: true
Size: 248 Bytes
Versions: 8
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true module FreightKit # Class representing a shipping option with estimated price. # # @!attribute data # The label image data. # @return [String] # class Label < Model attr_accessor :data end end
Version data entries
8 entries across 8 versions & 1 rubygems