Lines Matching defs:locid
9 def self.find_with_locid(locid, iri = nil)
10 result = LocId.where(locid: locid).first.try(:specific)
19 LocId.where(locid: generate_locid_string,
31 # the locid can already be nil.
35 def locid
36 loc_ids.first.try(:locid)
39 def locid=(string)
40 if locid = loc_ids.first
41 locid.update_attributes(locid: string)
45 locid: string)