class ACIrb::IdentSegment64

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ident.rb, line 1149
def rn
  'seg64-' << @attributes['from'] << '-' << @attributes['to'] << ''
end