Class: PGExaminer::Result::Language

Inherits:
Item
  • Object
show all
Defined in:
lib/pg_examiner/result/language.rb

Instance Attribute Summary

Attributes inherited from Item

#parent, #result, #row

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_attrsObject



6
7
8
9
10
# File 'lib/pg_examiner/result/language.rb', line 6

def diffable_attrs
  {
    "name" => "name"
  }
end