class ACIrb::FaultDelegate

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fault.rb, line 281
def rn
  'fd-[' << @attributes['affected'] << ']-fault-' << @attributes['code'] << ''
end