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.178.0 match/lib/match/encryption/interface.rb
fastlane-2.177.0 match/lib/match/encryption/interface.rb
fastlane-2.176.0 match/lib/match/encryption/interface.rb
fastlane-2.175.0 match/lib/match/encryption/interface.rb
fastlane-2.174.0 match/lib/match/encryption/interface.rb
fastlane-2.173.0 match/lib/match/encryption/interface.rb
fastlane-2.172.0 match/lib/match/encryption/interface.rb
fastlane-2.171.0 match/lib/match/encryption/interface.rb
fastlane-2.170.0 match/lib/match/encryption/interface.rb
fastlane-2.169.0 match/lib/match/encryption/interface.rb
fastlane-2.168.0 match/lib/match/encryption/interface.rb
fastlane-2.167.0 match/lib/match/encryption/interface.rb
fastlane-2.166.0 match/lib/match/encryption/interface.rb
fastlane-2.165.0 match/lib/match/encryption/interface.rb
fastlane-2.164.0 match/lib/match/encryption/interface.rb
fastlane-2.163.0 match/lib/match/encryption/interface.rb
fastlane-2.162.0 match/lib/match/encryption/interface.rb
fastlane-2.161.0 match/lib/match/encryption/interface.rb
fastlane-2.160.0 match/lib/match/encryption/interface.rb
fastlane-2.159.0 match/lib/match/encryption/interface.rb