module Csv2hash::Validator::Mapping

Public Instance Methods

validate_data!() click to toggle source
# File lib/csv2hash/validator/mapping.rb, line 6
def validate_data!
  validate_rules data_source
  nil
end

Protected Instance Methods

position(_position) click to toggle source
# File lib/csv2hash/validator/mapping.rb, line 13
def position _position
  _position
end