Class: Architext::TUI::VaultConfigAction
- Inherits:
-
Data
- Object
- Data
- Architext::TUI::VaultConfigAction
- Defined in:
- lib/architext/tui.rb
Instance Attribute Summary collapse
-
#back ⇒ Object
readonly
Returns the value of attribute back.
-
#clear_default ⇒ Object
readonly
Returns the value of attribute clear_default.
-
#session_vault ⇒ Object
readonly
Returns the value of attribute session_vault.
-
#set_default_vault ⇒ Object
readonly
Returns the value of attribute set_default_vault.
Instance Attribute Details
#back ⇒ Object (readonly)
Returns the value of attribute back
32 33 34 |
# File 'lib/architext/tui.rb', line 32 def back @back end |
#clear_default ⇒ Object (readonly)
Returns the value of attribute clear_default
32 33 34 |
# File 'lib/architext/tui.rb', line 32 def clear_default @clear_default end |
#session_vault ⇒ Object (readonly)
Returns the value of attribute session_vault
32 33 34 |
# File 'lib/architext/tui.rb', line 32 def session_vault @session_vault end |
#set_default_vault ⇒ Object (readonly)
Returns the value of attribute set_default_vault
32 33 34 |
# File 'lib/architext/tui.rb', line 32 def set_default_vault @set_default_vault end |