Class: AdCenterWrapper::AccountThroughCampaignReportScope

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AccountThroughCampaignReportScope.

[View source]

1100
1101
1102
1103
# File 'lib/ReportingService.rb', line 1100

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

Instance Attribute Details

#accountIdsObject

Returns the value of attribute accountIds.


1097
1098
1099
# File 'lib/ReportingService.rb', line 1097

def accountIds
  @accountIds
end

#campaignsObject

Returns the value of attribute campaigns.


1098
1099
1100
# File 'lib/ReportingService.rb', line 1098

def campaigns
  @campaigns
end