class ACIrb::PkiFabricNodeSSLCertificateRef

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/pki.rb, line 365
def rn
  'serial-' << @attributes['serialNumber'] << '-node-' << @attributes['nodeId'] << '-type-' << @attributes['refType'] << ''
end