class ACIrb::NdDom

Public Instance Methods

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