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

Version Path
desertcart-1.2.0 lib/desertcart/resources/marketplace/registration.rb
desertcart-1.1.5 lib/desertcart/resources/marketplace/registration.rb
desertcart-1.1.4 lib/desertcart/resources/marketplace/registration.rb
desertcart-1.1.3 lib/desertcart/resources/marketplace/registration.rb
desertcart-1.1.2 lib/desertcart/resources/marketplace/registration.rb
desertcart-1.1.1 lib/desertcart/resources/marketplace/registration.rb
desertcart-1.1.0 lib/desertcart/resources/marketplace/registration.rb
desertcart-1.0.0 lib/desertcart/resources/marketplace/registration.rb