class ACIrb::EqptSlotP

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/eqpt.rb, line 16705
def rn
  'slot-' << @attributes['type'] << '-' << @attributes['id'] << ''
end