class ACIrb::NdDb

Public Instance Methods

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