Class: Appwrite::Models::AlgoBcrypt
- Inherits:
-
Object
- Object
- Appwrite::Models::AlgoBcrypt
- Defined in:
- lib/appwrite/models/algo_bcrypt.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ AlgoBcrypt
constructor
A new instance of AlgoBcrypt.
- #to_map ⇒ Object
Constructor Details
#initialize ⇒ AlgoBcrypt
Returns a new instance of AlgoBcrypt.
7 8 9 |
# File 'lib/appwrite/models/algo_bcrypt.rb', line 7 def initialize( ) end |
Class Method Details
.from(map:) ⇒ Object
11 12 13 14 |
# File 'lib/appwrite/models/algo_bcrypt.rb', line 11 def self.from(map:) AlgoBcrypt.new( ) end |
Instance Method Details
#to_map ⇒ Object
16 17 18 19 |
# File 'lib/appwrite/models/algo_bcrypt.rb', line 16 def to_map { } end |