Class: AdCenterWrapper::AccountThroughAdGroupReportScope

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AccountThroughAdGroupReportScope.

[View source]

790
791
792
793
794
# File 'lib/ReportingService.rb', line 790

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.


786
787
788
# File 'lib/ReportingService.rb', line 786

def accountIds
  @accountIds
end

#adGroupsObject

Returns the value of attribute adGroups.


787
788
789
# File 'lib/ReportingService.rb', line 787

def adGroups
  @adGroups
end

#campaignsObject

Returns the value of attribute campaigns.


788
789
790
# File 'lib/ReportingService.rb', line 788

def campaigns
  @campaigns
end