Class: Security::Password
- Inherits:
-
Object
- Object
- Security::Password
- Defined in:
- lib/security/password.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#keychain ⇒ Object
readonly
Returns the value of attribute keychain.
-
#password ⇒ Object
readonly
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(keychain, attributes, password) ⇒ Password
constructor
A new instance of Password.
Constructor Details
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
8 9 10 |
# File 'lib/security/password.rb', line 8 def attributes @attributes end |
#keychain ⇒ Object (readonly)
Returns the value of attribute keychain.
8 9 10 |
# File 'lib/security/password.rb', line 8 def keychain @keychain end |
#password ⇒ Object (readonly)
Returns the value of attribute password.
8 9 10 |
# File 'lib/security/password.rb', line 8 def password @password end |