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 ⇒ Object
Returns the value of attribute adamantite_object.
-
#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_object) ⇒ UpdateMasterPasswordRequest
constructor
A new instance of UpdateMasterPasswordRequest.
Constructor Details
#initialize(adamantite_object) ⇒ UpdateMasterPasswordRequest
Returns a new instance of UpdateMasterPasswordRequest.
8 9 10 |
# File 'lib/gui/request/update_master_password_request.rb', line 8 def initialize(adamantite_object) @adamantite_object = adamantite_object end |
Instance Attribute Details
#adamantite_object ⇒ Object
Returns the value of attribute adamantite_object.
6 7 8 |
# File 'lib/gui/request/update_master_password_request.rb', line 6 def adamantite_object @adamantite_object end |
#new_master_pw ⇒ Object
Returns the value of attribute new_master_pw.
6 7 8 |
# File 'lib/gui/request/update_master_password_request.rb', line 6 def new_master_pw @new_master_pw end |
#new_master_pw_confirmation ⇒ Object
Returns the value of attribute new_master_pw_confirmation.
6 7 8 |
# File 'lib/gui/request/update_master_password_request.rb', line 6 def new_master_pw_confirmation @new_master_pw_confirmation end |