Sha256: 7212028c09611b5f4c7b0e38204907f9701c6282910f3d67721f836603f1ce6a

Contents?: true

Size: 344 Bytes

Versions: 404

Compression:

Stored size: 344 Bytes

Contents

module Match
  module Encryption
    class Interface
      # Call this method to trigger the actual
      # encryption
      def encrypt_files
        not_implemented(__method__)
      end

      # Call this method to trigger the actual
      # decryption
      def decrypt_files
        not_implemented(__method__)
      end
    end
  end
end

Version data entries

404 entries across 404 versions & 2 rubygems

Version Path
fastlane-2.119.0 match/lib/match/encryption/interface.rb
fastlane-2.119.0.beta.20190324200014 match/lib/match/encryption/interface.rb
fastlane-2.119.0.beta.20190323200019 match/lib/match/encryption/interface.rb
fastlane-2.119.0.beta.20190322200024 match/lib/match/encryption/interface.rb
fastlane-2.119.0.beta.20190321200022 match/lib/match/encryption/interface.rb
fastlane-2.119.0.beta.20190320200107 match/lib/match/encryption/interface.rb
fastlane-2.119.0.beta.20190319200014 match/lib/match/encryption/interface.rb
fastlane-2.119.0.beta.20190318200034 match/lib/match/encryption/interface.rb
fastlane-2.118.1 match/lib/match/encryption/interface.rb
fastlane-2.118.0 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190317200034 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190316200016 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190315200105 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190314200016 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190313200029 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190312200018 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190311200036 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190310200100 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190309200014 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190308200057 match/lib/match/encryption/interface.rb