Sha256: 45df78844678e1aa0decd05f09e9580468895fa0680e20e5e0da41a44d2abf47
Contents?: true
Size: 451 Bytes
Versions: 6
Compression:
Stored size: 451 Bytes
Contents
# frozen_string_literal: true module Kinescope class DRMMapping include Kartograph::DSL kartograph do mapping DRM root_key plural: 'data', singular: 'data', scopes: [:read] property :url, scopes: [:read, :update] property :username, scopes: [:read, :update] property :password, scopes: [:read, :update] property :created_at, scopes: [:read] property :updated_at, scopes: [:read] end end end
Version data entries
6 entries across 6 versions & 1 rubygems