Class: AdCenterWrapper::GetAccountRequest

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

Overview

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

accountId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil) ⇒ GetAccountRequest

Returns a new instance of GetAccountRequest.



4953
4954
4955
# File 'lib/adcenter_wrapper_entities.rb', line 4953

def initialize(accountId = nil)
  @accountId = accountId
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



4951
4952
4953
# File 'lib/adcenter_wrapper_entities.rb', line 4951

def accountId
  @accountId
end