Class: AdCenterWrapper::GetGoalsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetGoalsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetGoalsRequest
accountId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
Instance Method Summary collapse
-
#initialize(accountId = nil) ⇒ GetGoalsRequest
constructor
A new instance of GetGoalsRequest.
Constructor Details
permalink #initialize(accountId = nil) ⇒ GetGoalsRequest
Returns a new instance of GetGoalsRequest.
2478 2479 2480 |
# File 'lib/CampaignManagementService.rb', line 2478 def initialize(accountId = nil) @accountId = accountId end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
2476 2477 2478 |
# File 'lib/CampaignManagementService.rb', line 2476 def accountId @accountId end |