Class: AdCenterWrapper::AddAccountResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, accountNumber = nil, createTime = nil) ⇒ AddAccountResponse

Returns a new instance of AddAccountResponse.

[View source]

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

#accountIdObject

Returns the value of attribute accountId.


1037
1038
1039
# File 'lib/CustomerManagementService.rb', line 1037

def accountId
  @accountId
end

#accountNumberObject

Returns the value of attribute accountNumber.


1038
1039
1040
# File 'lib/CustomerManagementService.rb', line 1038

def accountNumber
  @accountNumber
end

#createTimeObject

Returns the value of attribute createTime.


1039
1040
1041
# File 'lib/CustomerManagementService.rb', line 1039

def createTime
  @createTime
end