Class: AdCenterWrapper::AddAccountResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.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.



4834
4835
4836
4837
4838
# File 'lib/adcenter_wrapper_entities.rb', line 4834

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.



4830
4831
4832
# File 'lib/adcenter_wrapper_entities.rb', line 4830

def accountId
  @accountId
end

#accountNumberObject

Returns the value of attribute accountNumber.



4831
4832
4833
# File 'lib/adcenter_wrapper_entities.rb', line 4831

def accountNumber
  @accountNumber
end

#createTimeObject

Returns the value of attribute createTime.



4832
4833
4834
# File 'lib/adcenter_wrapper_entities.rb', line 4832

def createTime
  @createTime
end