Class: AdCenterWrapper::CampaignReportScope

Inherits:
Object
  • Object
show all
Defined in:
lib/ReportingService.rb

Overview

https://adcenter.microsoft.com/v8CampaignReportScope

parentAccountId - SOAP::SOAPLong
campaignId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parentAccountId = nil, campaignId = nil) ⇒ CampaignReportScope

Returns a new instance of CampaignReportScope.

[View source]

828
829
830
831
# File 'lib/ReportingService.rb', line 828

def initialize(parentAccountId = nil, campaignId = nil)
  @parentAccountId = parentAccountId
  @campaignId = campaignId
end

Instance Attribute Details

#campaignIdObject

Returns the value of attribute campaignId.


826
827
828
# File 'lib/ReportingService.rb', line 826

def campaignId
  @campaignId
end

#parentAccountIdObject

Returns the value of attribute parentAccountId.


825
826
827
# File 'lib/ReportingService.rb', line 825

def parentAccountId
  @parentAccountId
end