Sha256: 644a1fd4be71adc56799b75512afb406d036c3478f06a01a451739d41b1420f7

Contents?: true

Size: 196 Bytes

Versions: 5

Compression:

Stored size: 196 Bytes

Contents

module Attachs
  module Processors
    class Base

      def initialize(source_path)
        @source_path = source_path
      end

      private

      attr_reader :source_path

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
attachs-4.0.0.4 lib/attachs/processors/base.rb
attachs-4.0.0.3 lib/attachs/processors/base.rb
attachs-4.0.0.2 lib/attachs/processors/base.rb
attachs-4.0.0.1 lib/attachs/processors/base.rb
attachs-4.0.0.0 lib/attachs/processors/base.rb