class ACIrb::FvCons

Public Instance Methods

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