Class: Bosh::Cli::Client::Uaa::Prompt
- Defined in:
- lib/cli/client/uaa/prompt.rb
Instance Attribute Summary collapse
-
#display_text ⇒ Object
Returns the value of attribute display_text.
-
#field ⇒ Object
Returns the value of attribute field.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#display_text ⇒ Object
Returns the value of attribute display_text
5 6 7 |
# File 'lib/cli/client/uaa/prompt.rb', line 5 def display_text @display_text end |
#field ⇒ Object
Returns the value of attribute field
5 6 7 |
# File 'lib/cli/client/uaa/prompt.rb', line 5 def field @field end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/cli/client/uaa/prompt.rb', line 5 def type @type end |
Instance Method Details
#password? ⇒ Boolean
6 7 8 |
# File 'lib/cli/client/uaa/prompt.rb', line 6 def password? type == 'password' end |