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.



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

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

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



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

def path
  @path
end