class ACIrb::EqptStorage

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/eqpt.rb, line 17360
def rn
  'p-[' << @attributes['mount'] << ']-f-[' << @attributes['fileSystem'] << ']'
end