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.129.0.beta.20190726200041 match/lib/match/encryption/interface.rb
fastlane-2.128.1 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190725200033 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190723200012 match/lib/match/encryption/interface.rb
fastlane-2.128.0 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190722200021 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190721200024 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190720200049 match/lib/match/encryption/interface.rb
fastlane_iac_publish-0.1.5 match/lib/match/encryption/interface.rb
fastlane-2.127.2 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190719200019 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190718200101 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190717200026 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190716200022 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190715200056 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190714200028 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190713200107 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190712200059 match/lib/match/encryption/interface.rb
fastlane-2.128.0.beta.20190711200117 match/lib/match/encryption/interface.rb
fastlane-2.127.1 match/lib/match/encryption/interface.rb