Class: AdCenterWrapper::User
- Inherits:
-
Object
- Object
- AdCenterWrapper::User
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/EntitiesUser
contactInfo - AdCenterWrapper::ContactInfo
customerAppScope - AdCenterWrapper::ApplicationType
customerId - SOAP::SOAPLong
id - SOAP::SOAPLong
jobTitle - SOAP::SOAPString
lastModifiedByUserId - SOAP::SOAPLong
lastModifiedTime - SOAP::SOAPDateTime
lcid - AdCenterWrapper::LCID
name - AdCenterWrapper::PersonName
password - SOAP::SOAPString
secretAnswer - SOAP::SOAPString
secretQuestion - AdCenterWrapper::SecretQuestion
userLifeCycleStatus - AdCenterWrapper::UserLifeCycleStatus
timeStamp - SOAP::SOAPBase64
userName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#contactInfo ⇒ Object
Returns the value of attribute contactInfo.
-
#customerAppScope ⇒ Object
Returns the value of attribute customerAppScope.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
-
#lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
-
#lcid ⇒ Object
Returns the value of attribute lcid.
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#secretAnswer ⇒ Object
Returns the value of attribute secretAnswer.
-
#secretQuestion ⇒ Object
Returns the value of attribute secretQuestion.
-
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
-
#userLifeCycleStatus ⇒ Object
Returns the value of attribute userLifeCycleStatus.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(contactInfo = nil, customerAppScope = nil, customerId = nil, id = nil, jobTitle = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, lcid = nil, name = nil, password = nil, secretAnswer = nil, secretQuestion = nil, userLifeCycleStatus = nil, timeStamp = nil, userName = nil) ⇒ User
constructor
A new instance of User.
Constructor Details
permalink #initialize(contactInfo = nil, customerAppScope = nil, customerId = nil, id = nil, jobTitle = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, lcid = nil, name = nil, password = nil, secretAnswer = nil, secretQuestion = nil, userLifeCycleStatus = nil, timeStamp = nil, userName = nil) ⇒ User
Returns a new instance of User.
349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 |
# File 'lib/CustomerManagementService.rb', line 349 def initialize(contactInfo = nil, customerAppScope = nil, customerId = nil, id = nil, jobTitle = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, lcid = nil, name = nil, password = nil, secretAnswer = nil, secretQuestion = nil, userLifeCycleStatus = nil, timeStamp = nil, userName = nil) @contactInfo = contactInfo @customerAppScope = customerAppScope @customerId = customerId @id = id @jobTitle = jobTitle @lastModifiedByUserId = lastModifiedByUserId @lastModifiedTime = lastModifiedTime @lcid = lcid @name = name @password = password @secretAnswer = secretAnswer @secretQuestion = secretQuestion @userLifeCycleStatus = userLifeCycleStatus @timeStamp = timeStamp @userName = userName end |
Instance Attribute Details
permalink #contactInfo ⇒ Object
Returns the value of attribute contactInfo.
333 334 335 |
# File 'lib/CustomerManagementService.rb', line 333 def contactInfo @contactInfo end |
permalink #customerAppScope ⇒ Object
Returns the value of attribute customerAppScope.
334 335 336 |
# File 'lib/CustomerManagementService.rb', line 334 def customerAppScope @customerAppScope end |
permalink #customerId ⇒ Object
Returns the value of attribute customerId.
335 336 337 |
# File 'lib/CustomerManagementService.rb', line 335 def customerId @customerId end |
permalink #id ⇒ Object
Returns the value of attribute id.
336 337 338 |
# File 'lib/CustomerManagementService.rb', line 336 def id @id end |
permalink #jobTitle ⇒ Object
Returns the value of attribute jobTitle.
337 338 339 |
# File 'lib/CustomerManagementService.rb', line 337 def jobTitle @jobTitle end |
permalink #lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
338 339 340 |
# File 'lib/CustomerManagementService.rb', line 338 def lastModifiedByUserId @lastModifiedByUserId end |
permalink #lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
339 340 341 |
# File 'lib/CustomerManagementService.rb', line 339 def lastModifiedTime @lastModifiedTime end |
permalink #lcid ⇒ Object
Returns the value of attribute lcid.
340 341 342 |
# File 'lib/CustomerManagementService.rb', line 340 def lcid @lcid end |
permalink #name ⇒ Object
Returns the value of attribute name.
341 342 343 |
# File 'lib/CustomerManagementService.rb', line 341 def name @name end |
permalink #password ⇒ Object
Returns the value of attribute password.
342 343 344 |
# File 'lib/CustomerManagementService.rb', line 342 def password @password end |
permalink #secretAnswer ⇒ Object
Returns the value of attribute secretAnswer.
343 344 345 |
# File 'lib/CustomerManagementService.rb', line 343 def secretAnswer @secretAnswer end |
permalink #secretQuestion ⇒ Object
Returns the value of attribute secretQuestion.
344 345 346 |
# File 'lib/CustomerManagementService.rb', line 344 def secretQuestion @secretQuestion end |
permalink #timeStamp ⇒ Object
Returns the value of attribute timeStamp.
346 347 348 |
# File 'lib/CustomerManagementService.rb', line 346 def timeStamp @timeStamp end |
permalink #userLifeCycleStatus ⇒ Object
Returns the value of attribute userLifeCycleStatus.
345 346 347 |
# File 'lib/CustomerManagementService.rb', line 345 def userLifeCycleStatus @userLifeCycleStatus end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
347 348 349 |
# File 'lib/CustomerManagementService.rb', line 347 def userName @userName end |