Class: AdCenterWrapper::AccountReportScope

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountIds = nil) ⇒ AccountReportScope

Returns a new instance of AccountReportScope.

[View source]

1031
1032
1033
# File 'lib/ReportingService.rb', line 1031

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

Instance Attribute Details

#accountIdsObject

Returns the value of attribute accountIds.


1029
1030
1031
# File 'lib/ReportingService.rb', line 1029

def accountIds
  @accountIds
end