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.128.0.beta.20190710200106 match/lib/match/encryption/interface.rb
fastlane-2.127.0 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190709200015 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190708200031 match/lib/match/encryption/interface.rb
fastlane_iac_publish-0.1.4 match/lib/match/encryption/interface.rb
fastlane_iac_publish-0.1.3 match/lib/match/encryption/interface.rb
fastlane_iac_publish-0.1.2 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190707200017 match/lib/match/encryption/interface.rb
fastlane_iac_publish-0.1.1 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190706200054 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190705200056 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190704200049 match/lib/match/encryption/interface.rb
fastlane_iac_publish-0.1.0 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190703200032 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190701200019 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190630200023 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190629200029 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190628200030 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190627200058 match/lib/match/encryption/interface.rb
fastlane-2.127.0.beta.20190625200058 match/lib/match/encryption/interface.rb