class ACIrb::SpanRetryTarget

Public Instance Methods

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