class ACIrb::InfraLeafS

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/infra.rb, line 2865
def rn
  'leaves-' << @attributes['name'] << '-typ-' << @attributes['type'] << ''
end