Module: QuoVadis::Model::InstanceMethodsOnActivation
- Defined in:
- lib/quo_vadis/model.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#password_confirmation ⇒ Object
Returns the value of attribute password_confirmation.
Instance Method Summary collapse
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
41 42 43 |
# File 'lib/quo_vadis/model.rb', line 41 def password @password end |
#password_confirmation ⇒ Object
Returns the value of attribute password_confirmation.
41 42 43 |
# File 'lib/quo_vadis/model.rb', line 41 def password_confirmation @password_confirmation end |
Instance Method Details
#has_authentication_account? ⇒ Boolean
60 61 62 |
# File 'lib/quo_vadis/model.rb', line 60 def has_authentication_account? !!qv_account end |
#revoke_authentication_credentials ⇒ Object
56 57 58 |
# File 'lib/quo_vadis/model.rb', line 56 def revoke_authentication_credentials qv_account.revoke end |