Sha256: 6b29e6553d7f96af564559dd5e6ae7d7ed08a317ea9a296719fe394096c14c95

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

module Technoweenie # :nodoc:
  module AttachmentFu # :nodoc:
    module Backends
      class BackendDelegator < Delegator
        attr_accessor :attachment_options

        def initialize(obj, opts)
          @obj = obj
          @attachment_options = opts
        end
        
        def __getobj__
          @obj
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
attachment_zen-1.0.1 lib/technoweenie/attachment_fu/backends/backend_delegator.rb