class ACIrb::VnsDebugLog

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vns.rb, line 2547
def rn
  'debuglog-' << @attributes['vendor'] << '-' << @attributes['model'] << '-' << @attributes['version'] << '-' << @attributes['timestamp'] << ''
end