Class: UnifiedDB::Result::Title

Inherits:
Base
  • Object
show all
Defined in:
lib/unified_db/result/title.rb

Class Method Summary collapse

Methods inherited from Base

#initialize, #to_h, #to_json

Constructor Details

This class inherits a constructor from UnifiedDB::Result::Base

Class Method Details

.allowed_keysObject



5
6
7
# File 'lib/unified_db/result/title.rb', line 5

def self.allowed_keys
  [ :id, :title, :year ]
end