Class: AdCenterWrapper::SignupCustomerResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::SignupCustomerResponse
- 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
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#createTime ⇒ Object
Returns the value of attribute createTime.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#customerNumber ⇒ Object
Returns the value of attribute customerNumber.
-
#userId ⇒ Object
Returns the value of attribute userId.
Instance Method Summary collapse
-
#initialize(customerId = nil, customerNumber = nil, userId = nil, accountId = nil, accountNumber = nil, createTime = nil) ⇒ SignupCustomerResponse
constructor
A new instance of SignupCustomerResponse.
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
#accountId ⇒ Object
Returns the value of attribute accountId.
4934 4935 4936 |
# File 'lib/adcenter_wrapper_entities.rb', line 4934 def accountId @accountId end |
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
4935 4936 4937 |
# File 'lib/adcenter_wrapper_entities.rb', line 4935 def accountNumber @accountNumber end |
#createTime ⇒ Object
Returns the value of attribute createTime.
4936 4937 4938 |
# File 'lib/adcenter_wrapper_entities.rb', line 4936 def createTime @createTime end |
#customerId ⇒ Object
Returns the value of attribute customerId.
4931 4932 4933 |
# File 'lib/adcenter_wrapper_entities.rb', line 4931 def customerId @customerId end |
#customerNumber ⇒ Object
Returns the value of attribute customerNumber.
4932 4933 4934 |
# File 'lib/adcenter_wrapper_entities.rb', line 4932 def customerNumber @customerNumber end |
#userId ⇒ Object
Returns the value of attribute userId.
4933 4934 4935 |
# File 'lib/adcenter_wrapper_entities.rb', line 4933 def userId @userId end |