class ACIrb::SnmpClient

Public Instance Methods

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