Class: AdCenterWrapper::AdGroupReportScope

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

Overview

https://adcenter.microsoft.com/v7AdGroupReportScope

parentAccountId - SOAP::SOAPLong
parentCampaignId - SOAP::SOAPLong
adGroupId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parentAccountId = nil, parentCampaignId = nil, adGroupId = nil) ⇒ AdGroupReportScope

Returns a new instance of AdGroupReportScope.



5955
5956
5957
5958
5959
# File 'lib/adcenter_wrapper_entities.rb', line 5955

def initialize(parentAccountId = nil, parentCampaignId = nil, adGroupId = nil)
  @parentAccountId = parentAccountId
  @parentCampaignId = parentCampaignId
  @adGroupId = adGroupId
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



5953
5954
5955
# File 'lib/adcenter_wrapper_entities.rb', line 5953

def adGroupId
  @adGroupId
end

#parentAccountIdObject

Returns the value of attribute parentAccountId.



5951
5952
5953
# File 'lib/adcenter_wrapper_entities.rb', line 5951

def parentAccountId
  @parentAccountId
end

#parentCampaignIdObject

Returns the value of attribute parentCampaignId.



5952
5953
5954
# File 'lib/adcenter_wrapper_entities.rb', line 5952

def parentCampaignId
  @parentCampaignId
end