Class: Sym::App::PrivateKey::KeySourceResult
- Defined in:
- lib/sym/app/private_key/key_source_check.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reducted ⇒ Object
Returns the value of attribute reducted.
Instance Method Summary collapse
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input
9 10 11 |
# File 'lib/sym/app/private_key/key_source_check.rb', line 9 def input @input end |
#key ⇒ Object
Returns the value of attribute key
9 10 11 |
# File 'lib/sym/app/private_key/key_source_check.rb', line 9 def key @key end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/sym/app/private_key/key_source_check.rb', line 9 def name @name end |
#reducted ⇒ Object
Returns the value of attribute reducted
9 10 11 |
# File 'lib/sym/app/private_key/key_source_check.rb', line 9 def reducted @reducted end |
Instance Method Details
#to_s ⇒ Object
10 11 12 |
# File 'lib/sym/app/private_key/key_source_check.rb', line 10 def to_s "#{name}://#{reducted ? '[reducted]' : input}" end |