Class: AdCenterWrapper::AccountThroughCampaignReportScope

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

Overview

https://adcenter.microsoft.com/v7AccountThroughCampaignReportScope

accountIds - AdCenterWrapper::ArrayOflong
campaigns - AdCenterWrapper::ArrayOfCampaignReportScope

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountIds = nil, campaigns = nil) ⇒ AccountThroughCampaignReportScope

Returns a new instance of AccountThroughCampaignReportScope.



6137
6138
6139
6140
# File 'lib/adcenter_wrapper_entities.rb', line 6137

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

Instance Attribute Details

#accountIdsObject

Returns the value of attribute accountIds.



6134
6135
6136
# File 'lib/adcenter_wrapper_entities.rb', line 6134

def accountIds
  @accountIds
end

#campaignsObject

Returns the value of attribute campaigns.



6135
6136
6137
# File 'lib/adcenter_wrapper_entities.rb', line 6135

def campaigns
  @campaigns
end