Class: AdCenterWrapper::AccountThroughAdGroupReportScope

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

Overview

https://adcenter.microsoft.com/v7AccountThroughAdGroupReportScope

accountIds - AdCenterWrapper::ArrayOflong
adGroups - AdCenterWrapper::ArrayOfAdGroupReportScope
campaigns - AdCenterWrapper::ArrayOfCampaignReportScope

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountIds = nil, adGroups = nil, campaigns = nil) ⇒ AccountThroughAdGroupReportScope

Returns a new instance of AccountThroughAdGroupReportScope.



5935
5936
5937
5938
5939
# File 'lib/adcenter_wrapper_entities.rb', line 5935

def initialize(accountIds = nil, adGroups = nil, campaigns = nil)
  @accountIds = accountIds
  @adGroups = adGroups
  @campaigns = campaigns
end

Instance Attribute Details

#accountIdsObject

Returns the value of attribute accountIds.



5931
5932
5933
# File 'lib/adcenter_wrapper_entities.rb', line 5931

def accountIds
  @accountIds
end

#adGroupsObject

Returns the value of attribute adGroups.



5932
5933
5934
# File 'lib/adcenter_wrapper_entities.rb', line 5932

def adGroups
  @adGroups
end

#campaignsObject

Returns the value of attribute campaigns.



5933
5934
5935
# File 'lib/adcenter_wrapper_entities.rb', line 5933

def campaigns
  @campaigns
end