Class: SOAPPrincipalWithCredential
- Inherits:
-
Object
- Object
- SOAPPrincipalWithCredential
- Defined in:
- lib/crowd/soap/default.rb
Overview
http://soap.integration.crowd.atlassian.comSOAPPrincipalWithCredential
passwordCredential - PasswordCredential
principal - SOAPPrincipal
Instance Attribute Summary collapse
-
#passwordCredential ⇒ Object
Returns the value of attribute passwordCredential.
-
#principal ⇒ Object
Returns the value of attribute principal.
Instance Method Summary collapse
-
#initialize(passwordCredential = nil, principal = nil) ⇒ SOAPPrincipalWithCredential
constructor
A new instance of SOAPPrincipalWithCredential.
Constructor Details
#initialize(passwordCredential = nil, principal = nil) ⇒ SOAPPrincipalWithCredential
Returns a new instance of SOAPPrincipalWithCredential.
284 285 286 287 |
# File 'lib/crowd/soap/default.rb', line 284 def initialize(passwordCredential = nil, principal = nil) @passwordCredential = passwordCredential @principal = principal end |
Instance Attribute Details
#passwordCredential ⇒ Object
Returns the value of attribute passwordCredential.
281 282 283 |
# File 'lib/crowd/soap/default.rb', line 281 def passwordCredential @passwordCredential end |
#principal ⇒ Object
Returns the value of attribute principal.
282 283 284 |
# File 'lib/crowd/soap/default.rb', line 282 def principal @principal end |