class ACIrb::EventRecord

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/event.rb, line 206
def rn
  'rec-' << @attributes['id'] << ''
end