class ACIrb::FabricLeafS

Public Instance Methods

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