Class: AdCenterWrapper::User

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.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
status - AdCenterWrapper::UserStatus
timeStamp - SOAP::SOAPBase64
userName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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, status = nil, timeStamp = nil, userName = nil) ⇒ User

Returns a new instance of User.



4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
# File 'lib/adcenter_wrapper_entities.rb', line 4255

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, status = 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
  @status = status
  @timeStamp = timeStamp
  @userName = userName
end

Instance Attribute Details

#contactInfoObject

Returns the value of attribute contactInfo.



4239
4240
4241
# File 'lib/adcenter_wrapper_entities.rb', line 4239

def contactInfo
  @contactInfo
end

#customerAppScopeObject

Returns the value of attribute customerAppScope.



4240
4241
4242
# File 'lib/adcenter_wrapper_entities.rb', line 4240

def customerAppScope
  @customerAppScope
end

#customerIdObject

Returns the value of attribute customerId.



4241
4242
4243
# File 'lib/adcenter_wrapper_entities.rb', line 4241

def customerId
  @customerId
end

#idObject

Returns the value of attribute id.



4242
4243
4244
# File 'lib/adcenter_wrapper_entities.rb', line 4242

def id
  @id
end

#jobTitleObject

Returns the value of attribute jobTitle.



4243
4244
4245
# File 'lib/adcenter_wrapper_entities.rb', line 4243

def jobTitle
  @jobTitle
end

#lastModifiedByUserIdObject

Returns the value of attribute lastModifiedByUserId.



4244
4245
4246
# File 'lib/adcenter_wrapper_entities.rb', line 4244

def lastModifiedByUserId
  @lastModifiedByUserId
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



4245
4246
4247
# File 'lib/adcenter_wrapper_entities.rb', line 4245

def lastModifiedTime
  @lastModifiedTime
end

#lcidObject

Returns the value of attribute lcid.



4246
4247
4248
# File 'lib/adcenter_wrapper_entities.rb', line 4246

def lcid
  @lcid
end

#nameObject

Returns the value of attribute name.



4247
4248
4249
# File 'lib/adcenter_wrapper_entities.rb', line 4247

def name
  @name
end

#passwordObject

Returns the value of attribute password.



4248
4249
4250
# File 'lib/adcenter_wrapper_entities.rb', line 4248

def password
  @password
end

#secretAnswerObject

Returns the value of attribute secretAnswer.



4249
4250
4251
# File 'lib/adcenter_wrapper_entities.rb', line 4249

def secretAnswer
  @secretAnswer
end

#secretQuestionObject

Returns the value of attribute secretQuestion.



4250
4251
4252
# File 'lib/adcenter_wrapper_entities.rb', line 4250

def secretQuestion
  @secretQuestion
end

#statusObject

Returns the value of attribute status.



4251
4252
4253
# File 'lib/adcenter_wrapper_entities.rb', line 4251

def status
  @status
end

#timeStampObject

Returns the value of attribute timeStamp.



4252
4253
4254
# File 'lib/adcenter_wrapper_entities.rb', line 4252

def timeStamp
  @timeStamp
end

#userNameObject

Returns the value of attribute userName.



4253
4254
4255
# File 'lib/adcenter_wrapper_entities.rb', line 4253

def userName
  @userName
end