Class: AdCenterWrapper::AddUserResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddUserResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementAddUserResponse
id - SOAP::SOAPLong
createTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#createTime ⇒ Object
Returns the value of attribute createTime.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, createTime = nil) ⇒ AddUserResponse
constructor
A new instance of AddUserResponse.
Constructor Details
permalink #initialize(id = nil, createTime = nil) ⇒ AddUserResponse
Returns a new instance of AddUserResponse.
1224 1225 1226 1227 |
# File 'lib/CustomerManagementService.rb', line 1224 def initialize(id = nil, createTime = nil) @id = id @createTime = createTime end |
Instance Attribute Details
permalink #createTime ⇒ Object
Returns the value of attribute createTime.
1222 1223 1224 |
# File 'lib/CustomerManagementService.rb', line 1222 def createTime @createTime end |
permalink #id ⇒ Object
Returns the value of attribute id.
1221 1222 1223 |
# File 'lib/CustomerManagementService.rb', line 1221 def id @id end |