Class: PGExaminer::Result::Language
- Defined in:
- lib/pg_examiner/result/language.rb
Instance Attribute Summary
Attributes inherited from Item
Instance Method Summary collapse
Methods inherited from Item
#initialize, #inspect, #name, #oid
Methods inherited from Base
#==, #diff, #diffable_lists, #diffable_methods
Constructor Details
This class inherits a constructor from PGExaminer::Result::Item
Instance Method Details
#diffable_attrs ⇒ Object
6 7 8 9 10 |
# File 'lib/pg_examiner/result/language.rb', line 6 def diffable_attrs { "name" => "name" } end |