class ACIrb::IdentBlockIp

Public Instance Methods

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