Class: Adamantite::GUI::Request::UpdateMasterPasswordRequest
- Inherits:
-
Object
- Object
- Adamantite::GUI::Request::UpdateMasterPasswordRequest
- Defined in:
- lib/gui/request/update_master_password_request.rb
Instance Attribute Summary collapse
-
#adamantite ⇒ Object
Returns the value of attribute adamantite.
-
#new_master_pw ⇒ Object
Returns the value of attribute new_master_pw.
-
#new_master_pw_confirmation ⇒ Object
Returns the value of attribute new_master_pw_confirmation.
Instance Method Summary collapse
-
#initialize(adamantite) ⇒ UpdateMasterPasswordRequest
constructor
A new instance of UpdateMasterPasswordRequest.
Constructor Details
#initialize(adamantite) ⇒ UpdateMasterPasswordRequest
Returns a new instance of UpdateMasterPasswordRequest.
9 10 11 |
# File 'lib/gui/request/update_master_password_request.rb', line 9 def initialize(adamantite) @adamantite = adamantite end |
Instance Attribute Details
#adamantite ⇒ Object
Returns the value of attribute adamantite.
7 8 9 |
# File 'lib/gui/request/update_master_password_request.rb', line 7 def adamantite @adamantite end |
#new_master_pw ⇒ Object
Returns the value of attribute new_master_pw.
7 8 9 |
# File 'lib/gui/request/update_master_password_request.rb', line 7 def new_master_pw @new_master_pw end |
#new_master_pw_confirmation ⇒ Object
Returns the value of attribute new_master_pw_confirmation.
7 8 9 |
# File 'lib/gui/request/update_master_password_request.rb', line 7 def new_master_pw_confirmation @new_master_pw_confirmation end |