Arie/serveme

View on GitHub
sorbet/rbi/dsl/active_record/encryption/encryptable_record.rbi

Summary

Maintainability
Test Coverage
# typed: true

# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `ActiveRecord::Encryption::EncryptableRecord`.
# Please instead update this file by running `bin/tapioca dsl ActiveRecord::Encryption::EncryptableRecord`.

module ActiveRecord::Encryption::EncryptableRecord
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

  module GeneratedClassMethods
    def encrypted_attributes; end
    def encrypted_attributes=(value); end
    def encrypted_attributes?; end
  end

  module GeneratedInstanceMethods
    def encrypted_attributes; end
    def encrypted_attributes=(value); end
    def encrypted_attributes?; end
  end
end