Class: AdCenterWrapper::AccountReportScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::AccountReportScope
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AccountReportScope
accountIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#accountIds ⇒ Object
Returns the value of attribute accountIds.
Instance Method Summary collapse
-
#initialize(accountIds = nil) ⇒ AccountReportScope
constructor
A new instance of AccountReportScope.
Constructor Details
permalink #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 |
Instance Attribute Details
permalink #accountIds ⇒ Object
Returns the value of attribute accountIds.
1029 1030 1031 |
# File 'lib/ReportingService.rb', line 1029 def accountIds @accountIds end |