class ACIrb::CallhomeDest

Public Instance Methods

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