autotelik/datashift

View on GitHub
lib/datashift/loaders/file_loader.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Copyright:: (c) Autotelik Media Ltd 2015
# Author ::   Tom Statter
# Date ::     May 2015
# License::   MIT
#
#  Details::  Module for File based loaders
#
module DataShift

  module FileLoader

    attr_reader :file_name

  end

end