Class: SOAPPrincipalWithCredential

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/soap/default.rb

Overview

http://soap.integration.crowd.atlassian.comSOAPPrincipalWithCredential

passwordCredential - PasswordCredential
principal - SOAPPrincipal

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#passwordCredentialObject

Returns the value of attribute passwordCredential.



281
282
283
# File 'lib/crowd/soap/default.rb', line 281

def passwordCredential
  @passwordCredential
end

#principalObject

Returns the value of attribute principal.



282
283
284
# File 'lib/crowd/soap/default.rb', line 282

def principal
  @principal
end