Class: AdCenterWrapper::SignupCustomerResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/api/customermanagementSignupCustomerResponse

customerId - SOAP::SOAPLong
customerNumber - SOAP::SOAPString
userId - SOAP::SOAPLong
accountId - SOAP::SOAPLong
accountNumber - SOAP::SOAPString
createTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerId = nil, customerNumber = nil, userId = nil, accountId = nil, accountNumber = nil, createTime = nil) ⇒ SignupCustomerResponse

Returns a new instance of SignupCustomerResponse.



4938
4939
4940
4941
4942
4943
4944
4945
# File 'lib/adcenter_wrapper_entities.rb', line 4938

def initialize(customerId = nil, customerNumber = nil, userId = nil, accountId = nil, accountNumber = nil, createTime = nil)
  @customerId = customerId
  @customerNumber = customerNumber
  @userId = userId
  @accountId = accountId
  @accountNumber = accountNumber
  @createTime = createTime
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



4934
4935
4936
# File 'lib/adcenter_wrapper_entities.rb', line 4934

def accountId
  @accountId
end

#accountNumberObject

Returns the value of attribute accountNumber.



4935
4936
4937
# File 'lib/adcenter_wrapper_entities.rb', line 4935

def accountNumber
  @accountNumber
end

#createTimeObject

Returns the value of attribute createTime.



4936
4937
4938
# File 'lib/adcenter_wrapper_entities.rb', line 4936

def createTime
  @createTime
end

#customerIdObject

Returns the value of attribute customerId.



4931
4932
4933
# File 'lib/adcenter_wrapper_entities.rb', line 4931

def customerId
  @customerId
end

#customerNumberObject

Returns the value of attribute customerNumber.



4932
4933
4934
# File 'lib/adcenter_wrapper_entities.rb', line 4932

def customerNumber
  @customerNumber
end

#userIdObject

Returns the value of attribute userId.



4933
4934
4935
# File 'lib/adcenter_wrapper_entities.rb', line 4933

def userId
  @userId
end