Sha256: 6c15fb3dab29a0fdeed2aab23acf71addaf458e9f58648a683d5a8ccf657b7a2
Contents?: true
Size: 196 Bytes
Versions: 10
Compression:
Stored size: 196 Bytes
Contents
module UnifiedDB module Result class Title < Base def self.allowed_keys [ :id, :title, :year ] end attr_reader *allowed_keys end end end
Version data entries
10 entries across 10 versions & 1 rubygems