Sha256: 12af98b5c25e8f8b6bba78833b367a3da390c0450cfc8ca92df046b388d60fdb

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

require "shale"

module Suma
  module SchemaConfig
    class Schema < Shale::Mapper
      attribute :id, Shale::Type::String
      attribute :path, Shale::Type::String
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
suma-0.1.0 lib/suma/schema_config/schema.rb