Method: AdCenterWrapper::AccountReportScope#initialize
- Defined in:
- lib/ReportingService.rb
#initialize(accountIds = nil) ⇒ AccountReportScope
Returns a new instance of AccountReportScope.
1031 1032 1033 |
# File 'lib/ReportingService.rb', line 1031 def initialize(accountIds = nil) @accountIds = accountIds end |