class ACIrb::OpflexScopeCont

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/opflex.rb, line 8596
def rn
  'scope-[' << @attributes['scopeKey'] << ']-' << @attributes['scopeId'] << ''
end