Method: RGovData::Catalog#records
- Defined in:
- lib/rgovdata/catalog/catalog.rb
#records ⇒ Object
Generic interface to return the currently applicable record set
> overrides RGovData::Dn.records
65 66 67 68 69 70 71 |
# File 'lib/rgovdata/catalog/catalog.rb', line 65 def records if realm.present? services else realms end end |