Class: AdCenterWrapper::ApplyBudgetOpportunitiesRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::ApplyBudgetOpportunitiesRequest
- Defined in:
- lib/OptimizerService.rb
Overview
https://adcenter.microsoft.com/v8ApplyBudgetOpportunitiesRequest
accountId - SOAP::SOAPLong
opportunityKeys - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#opportunityKeys ⇒ Object
Returns the value of attribute opportunityKeys.
Instance Method Summary collapse
-
#initialize(accountId = nil, opportunityKeys = nil) ⇒ ApplyBudgetOpportunitiesRequest
constructor
A new instance of ApplyBudgetOpportunitiesRequest.
Constructor Details
#initialize(accountId = nil, opportunityKeys = nil) ⇒ ApplyBudgetOpportunitiesRequest
Returns a new instance of ApplyBudgetOpportunitiesRequest.
252 253 254 255 |
# File 'lib/OptimizerService.rb', line 252 def initialize(accountId = nil, opportunityKeys = nil) @accountId = accountId @opportunityKeys = opportunityKeys end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
249 250 251 |
# File 'lib/OptimizerService.rb', line 249 def accountId @accountId end |
#opportunityKeys ⇒ Object
Returns the value of attribute opportunityKeys.
250 251 252 |
# File 'lib/OptimizerService.rb', line 250 def opportunityKeys @opportunityKeys end |