class ACIrb::FaultTypeCounts

Public Instance Methods

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