Sha256: d9b22ffbe017642aa56aa3b082eff88c9de9285820a6b812af7559fe063f904c
Contents?: true
Size: 212 Bytes
Versions: 7
Compression:
Stored size: 212 Bytes
Contents
module Appfuel module AwsDynamodb class Repository < Appfuel::Repository::Base class << self def container_class_type "#{super}.aws.dynamodb" end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems