Class: AdCenterWrapper::GetAccountRequest

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

[View source]

1160
1161
1162
# File 'lib/CustomerManagementService.rb', line 1160

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

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.


1158
1159
1160
# File 'lib/CustomerManagementService.rb', line 1158

def accountId
  @accountId
end