Sha256: 1ebbcde55f76e0af7f8067e6cd48b387fef6db6259896400beb896ec1a2ff398
Contents?: true
Size: 292 Bytes
Versions: 26
Compression:
Stored size: 292 Bytes
Contents
module Foobara module Persistence class EntityBase class Table attr_accessor :table_name, :entity_base def initialize(table_name, entity_base) self.entity_base = entity_base self.table_name = table_name end end end end end
Version data entries
26 entries across 26 versions & 1 rubygems