Sha256: 7828cec0eaae7e36c4bf0138ddd01fd3cc75ad2f7ccc67629d18c16453586d10
Contents?: true
Size: 303 Bytes
Versions: 8
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true module Desertcart module Marketplace class Registration < Desertcart::Resource attribute :name, type: LedgerSync::Type::String attribute :url, type: LedgerSync::Type::String attribute :country_code, type: LedgerSync::Type::String end end end
Version data entries
8 entries across 8 versions & 1 rubygems