Sha256: a8a5878bf70358551e1d14a067cee1e9c604e16d8a57ef0bc688621b5830595d

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

module Attachs
  module Processors
    class Base

      attr_reader :source_path

      def initialize(source_path)
        @source_path = source_path
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
attachs-4.0.0.5 lib/attachs/processors/base.rb