Class: PasswordCredential
- Inherits:
-
Object
- Object
- PasswordCredential
- Defined in:
- lib/crowd/default.rb
Overview
http://authentication.integration.crowd.atlassian.comPasswordCredential
Instance Attribute Summary collapse
-
#credential ⇒ Object
Returns the value of attribute credential.
-
#encryptedCrednetial ⇒ Object
Returns the value of attribute encryptedCrednetial.
Instance Method Summary collapse
-
#initialize(credential = nil, encryptedCrednetial = nil) ⇒ PasswordCredential
constructor
A new instance of PasswordCredential.
Constructor Details
#initialize(credential = nil, encryptedCrednetial = nil) ⇒ PasswordCredential
Returns a new instance of PasswordCredential.
32 33 34 35 |
# File 'lib/crowd/default.rb', line 32 def initialize(credential = nil, encryptedCrednetial = nil) @credential = credential @encryptedCrednetial = encryptedCrednetial end |
Instance Attribute Details
#credential ⇒ Object
Returns the value of attribute credential.
29 30 31 |
# File 'lib/crowd/default.rb', line 29 def credential @credential end |
#encryptedCrednetial ⇒ Object
Returns the value of attribute encryptedCrednetial.
30 31 32 |
# File 'lib/crowd/default.rb', line 30 def encryptedCrednetial @encryptedCrednetial end |