Sha256: 6d0aeb873ab9825c56246272783599224c15222bfa135b04904a7c180001302f
Contents?: true
Size: 434 Bytes
Versions: 20
Compression:
Stored size: 434 Bytes
Contents
# typed: strong # frozen_string_literal: true module DearInventory module Models class ShippingAddress < Address extend T::Sig fields( Company: { name: :company, type: :String, }, Contact: { name: :contact, type: :String, }, ShipToOther: { name: :ship_to_other, type: :Boolean, } ) end end end
Version data entries
20 entries across 20 versions & 1 rubygems