class ACIrb::L2Cons

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/l2.rb, line 226
def rn
  'cons-[' << @attributes['consumer'] << ']'
end