class ACIrb::IdentSegment32

Public Instance Methods

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