class ACIrb::EpRecord

Public Instance Methods

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