Class: Architext::TUI::Selection
- Inherits:
-
Data
- Object
- Data
- Architext::TUI::Selection
- Defined in:
- lib/architext/tui.rb
Instance Attribute Summary collapse
-
#new_query ⇒ Object
readonly
Returns the value of attribute new_query.
-
#new_vault ⇒ Object
readonly
Returns the value of attribute new_vault.
-
#paths ⇒ Object
readonly
Returns the value of attribute paths.
-
#reprompt_query ⇒ Object
readonly
Returns the value of attribute reprompt_query.
Instance Attribute Details
#new_query ⇒ Object (readonly)
Returns the value of attribute new_query
30 31 32 |
# File 'lib/architext/tui.rb', line 30 def new_query @new_query end |
#new_vault ⇒ Object (readonly)
Returns the value of attribute new_vault
30 31 32 |
# File 'lib/architext/tui.rb', line 30 def new_vault @new_vault end |
#paths ⇒ Object (readonly)
Returns the value of attribute paths
30 31 32 |
# File 'lib/architext/tui.rb', line 30 def paths @paths end |
#reprompt_query ⇒ Object (readonly)
Returns the value of attribute reprompt_query
30 31 32 |
# File 'lib/architext/tui.rb', line 30 def reprompt_query @reprompt_query end |