Class: AdCenterWrapper::CampaignScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::CampaignScope
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8CampaignScope
campaignId - SOAP::SOAPLong
parentAccountId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#parentAccountId ⇒ Object
Returns the value of attribute parentAccountId.
Instance Method Summary collapse
-
#initialize(campaignId = nil, parentAccountId = nil) ⇒ CampaignScope
constructor
A new instance of CampaignScope.
Constructor Details
permalink #initialize(campaignId = nil, parentAccountId = nil) ⇒ CampaignScope
Returns a new instance of CampaignScope.
553 554 555 556 |
# File 'lib/CampaignManagementService.rb', line 553 def initialize(campaignId = nil, parentAccountId = nil) @campaignId = campaignId @parentAccountId = parentAccountId end |
Instance Attribute Details
permalink #campaignId ⇒ Object
Returns the value of attribute campaignId.
550 551 552 |
# File 'lib/CampaignManagementService.rb', line 550 def campaignId @campaignId end |
permalink #parentAccountId ⇒ Object
Returns the value of attribute parentAccountId.
551 552 553 |
# File 'lib/CampaignManagementService.rb', line 551 def parentAccountId @parentAccountId end |