Sha256: 119c4ebe6d189c949b20c1baf979f589ac195d4c051dc7b44c507b93575b3275
Contents?: true
Size: 337 Bytes
Versions: 9
Compression:
Stored size: 337 Bytes
Contents
module NotRelational class DomainModelCacheItem attr_accessor :table_name attr_accessor :primary_key attr_accessor :non_clob_attributes def initialize(table_name,primary_key,non_clob_attributes) self.table_name=table_name self.primary_key=primary_key self.non_clob_attributes=non_clob_attributes end end end
Version data entries
9 entries across 9 versions & 1 rubygems