class PasswordResetRequestEmail::HabitatSettings
- PasswordResetRequestEmail::HabitatSettings
- Reference
- Object
Defined in:
emails/password_reset_request_email.crClass Method Summary
- .adapter
- .deliver_later_strategy
- .stubbed_token : String | Nil
- .stubbed_token=(value : String | Nil)
-
.stubbed_token?
Used for checking missing settings on non-nilable types It's advised to use stubbed_token in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.stubbed_token?
#
Used for checking missing settings on non-nilable types It's advised to use stubbed_token in your apps to ensure the propper type is checked.