Class: AdCenterWrapper::AddAccountResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddAccountResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementAddAccountResponse
accountId - SOAP::SOAPLong
accountNumber - SOAP::SOAPString
createTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#createTime ⇒ Object
Returns the value of attribute createTime.
Instance Method Summary collapse
-
#initialize(accountId = nil, accountNumber = nil, createTime = nil) ⇒ AddAccountResponse
constructor
A new instance of AddAccountResponse.
Constructor Details
permalink #initialize(accountId = nil, accountNumber = nil, createTime = nil) ⇒ AddAccountResponse
Returns a new instance of AddAccountResponse.
1041 1042 1043 1044 1045 |
# File 'lib/CustomerManagementService.rb', line 1041 def initialize(accountId = nil, accountNumber = nil, createTime = nil) @accountId = accountId @accountNumber = accountNumber @createTime = createTime end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
1037 1038 1039 |
# File 'lib/CustomerManagementService.rb', line 1037 def accountId @accountId end |
permalink #accountNumber ⇒ Object
Returns the value of attribute accountNumber.
1038 1039 1040 |
# File 'lib/CustomerManagementService.rb', line 1038 def accountNumber @accountNumber end |
permalink #createTime ⇒ Object
Returns the value of attribute createTime.
1039 1040 1041 |
# File 'lib/CustomerManagementService.rb', line 1039 def createTime @createTime end |