Exception: Csvlint::Csvw::MetadataError
- Inherits:
-
StandardError
- Object
- StandardError
- Csvlint::Csvw::MetadataError
- Defined in:
- lib/csvlint/csvw/metadata_error.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path = nil) ⇒ MetadataError
constructor
A new instance of MetadataError.
Constructor Details
#initialize(path = nil) ⇒ MetadataError
Returns a new instance of MetadataError.
7 8 9 |
# File 'lib/csvlint/csvw/metadata_error.rb', line 7 def initialize(path=nil) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
5 6 7 |
# File 'lib/csvlint/csvw/metadata_error.rb', line 5 def path @path end |