Class: Security::Password
- Inherits:
-
Object
- Object
- Security::Password
- Defined in:
- lib/security/password.rb
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
5 6 7 |
# File 'lib/security/password.rb', line 5 def attributes @attributes end |
#keychain ⇒ Object (readonly)
Returns the value of attribute keychain
5 6 7 |
# File 'lib/security/password.rb', line 5 def keychain @keychain end |
#password ⇒ Object (readonly)
Returns the value of attribute password
5 6 7 |
# File 'lib/security/password.rb', line 5 def password @password end |