Class: UnifiedDB::Result::Title
- Defined in:
- lib/unified_db/result/title.rb
Class Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from UnifiedDB::Result::Base
Class Method Details
.allowed_keys ⇒ Object
5 6 7 |
# File 'lib/unified_db/result/title.rb', line 5 def self.allowed_keys [ :id, :title, :year ] end |