class ACIrb::VsvcConsLbl

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vsvc.rb, line 78
def rn
  'cons-' << @attributes['type'] << '-' << @attributes['name'] << ''
end