class Csvlint::Csvw::MetadataError

Attributes

path[R]

Public Class Methods

new(path=nil) click to toggle source
# File lib/csvlint/csvw/metadata_error.rb, line 7
def initialize(path=nil)
  @path = path
end