Class: AdCenterWrapper::CampaignReportScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::CampaignReportScope
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8CampaignReportScope
parentAccountId - SOAP::SOAPLong
campaignId - 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(parentAccountId = nil, campaignId = nil) ⇒ CampaignReportScope
constructor
A new instance of CampaignReportScope.
Constructor Details
permalink #initialize(parentAccountId = nil, campaignId = nil) ⇒ CampaignReportScope
Returns a new instance of CampaignReportScope.
828 829 830 831 |
# File 'lib/ReportingService.rb', line 828 def initialize(parentAccountId = nil, campaignId = nil) @parentAccountId = parentAccountId @campaignId = campaignId end |
Instance Attribute Details
permalink #campaignId ⇒ Object
Returns the value of attribute campaignId.
826 827 828 |
# File 'lib/ReportingService.rb', line 826 def campaignId @campaignId end |
permalink #parentAccountId ⇒ Object
Returns the value of attribute parentAccountId.
825 826 827 |
# File 'lib/ReportingService.rb', line 825 def parentAccountId @parentAccountId end |