Exception: ROF::TranslateCSV::UnknownNamespace

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rof/translate_csv.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ns) ⇒ UnknownNamespace

Returns a new instance of UnknownNamespace.



40
41
42
# File 'lib/rof/translate_csv.rb', line 40

def initialize(ns)
  @ns = ns
end

Instance Attribute Details

#nsObject (readonly)

Returns the value of attribute ns.



39
40
41
# File 'lib/rof/translate_csv.rb', line 39

def ns
  @ns
end