Sha256: 9ff9791f36607e0bf212428558ac7ac593aa3b7ce41b7dfd87fe4dc1d29d9f9e
Contents?: true
Size: 361 Bytes
Versions: 4
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true module V1 module Resources class Base < Praxis::Mapper::Resource # Base for all V1 resources. # Resources withing a single version should have resource mappings separate from other versions # and the Mapper::Resource will appropriately maintain different model_maps for each Base classes end end end
Version data entries
4 entries across 4 versions & 1 rubygems