Class: AdCenterWrapper::User
- Inherits:
-
Object
- Object
- AdCenterWrapper::User
- 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
-
#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.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
-
#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, status = nil, timeStamp = nil, userName = nil) ⇒ User
constructor
A new instance of User.
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
#contactInfo ⇒ Object
Returns the value of attribute contactInfo.
4239 4240 4241 |
# File 'lib/adcenter_wrapper_entities.rb', line 4239 def contactInfo @contactInfo end |
#customerAppScope ⇒ Object
Returns the value of attribute customerAppScope.
4240 4241 4242 |
# File 'lib/adcenter_wrapper_entities.rb', line 4240 def customerAppScope @customerAppScope end |
#customerId ⇒ Object
Returns the value of attribute customerId.
4241 4242 4243 |
# File 'lib/adcenter_wrapper_entities.rb', line 4241 def customerId @customerId end |
#id ⇒ Object
Returns the value of attribute id.
4242 4243 4244 |
# File 'lib/adcenter_wrapper_entities.rb', line 4242 def id @id end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
4243 4244 4245 |
# File 'lib/adcenter_wrapper_entities.rb', line 4243 def jobTitle @jobTitle end |
#lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
4244 4245 4246 |
# File 'lib/adcenter_wrapper_entities.rb', line 4244 def lastModifiedByUserId @lastModifiedByUserId end |
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
4245 4246 4247 |
# File 'lib/adcenter_wrapper_entities.rb', line 4245 def lastModifiedTime @lastModifiedTime end |
#lcid ⇒ Object
Returns the value of attribute lcid.
4246 4247 4248 |
# File 'lib/adcenter_wrapper_entities.rb', line 4246 def lcid @lcid end |
#name ⇒ Object
Returns the value of attribute name.
4247 4248 4249 |
# File 'lib/adcenter_wrapper_entities.rb', line 4247 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
4248 4249 4250 |
# File 'lib/adcenter_wrapper_entities.rb', line 4248 def password @password end |
#secretAnswer ⇒ Object
Returns the value of attribute secretAnswer.
4249 4250 4251 |
# File 'lib/adcenter_wrapper_entities.rb', line 4249 def secretAnswer @secretAnswer end |
#secretQuestion ⇒ Object
Returns the value of attribute secretQuestion.
4250 4251 4252 |
# File 'lib/adcenter_wrapper_entities.rb', line 4250 def secretQuestion @secretQuestion end |
#status ⇒ Object
Returns the value of attribute status.
4251 4252 4253 |
# File 'lib/adcenter_wrapper_entities.rb', line 4251 def status @status end |
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
4252 4253 4254 |
# File 'lib/adcenter_wrapper_entities.rb', line 4252 def timeStamp @timeStamp end |
#userName ⇒ Object
Returns the value of attribute userName.
4253 4254 4255 |
# File 'lib/adcenter_wrapper_entities.rb', line 4253 def userName @userName end |