Exception: Csvlint::Csvw::MetadataError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/csvlint/csvw/metadata_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = nil) ⇒ MetadataError

Returns a new instance of MetadataError.



6
7
8
# File 'lib/csvlint/csvw/metadata_error.rb', line 6

def initialize(path = nil)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



4
5
6
# File 'lib/csvlint/csvw/metadata_error.rb', line 4

def path
  @path
end