class ACIrb::IdentSegment16

Public Instance Methods

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