Exception: ROF::TranslateCSV::UnknownNamespace
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- ROF::TranslateCSV::UnknownNamespace
- Defined in:
- lib/rof/translate_csv.rb
Instance Attribute Summary collapse
-
#ns ⇒ Object
readonly
Returns the value of attribute ns.
Instance Method Summary collapse
-
#initialize(ns) ⇒ UnknownNamespace
constructor
A new instance of UnknownNamespace.
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
#ns ⇒ Object (readonly)
Returns the value of attribute ns.
39 40 41 |
# File 'lib/rof/translate_csv.rb', line 39 def ns @ns end |