class ACIrb::CoopIpAddr

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/coop.rb, line 464
def rn
  'ip-[' << @attributes['addr'] << ']'
end