class ACIrb::SpanSession

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/span.rb, line 1718
def rn
  'session-' << @attributes['name'] << ''
end