class ACIrb::MgmtGrp

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/mgmt.rb, line 309
def rn
  'grp-' << @attributes['name'] << ''
end