Class: AdCenterWrapper::AccountReportScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::AccountReportScope
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AccountReportScope
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
#initialize(accountIds = nil) ⇒ AccountReportScope
Returns a new instance of AccountReportScope.
6105 6106 6107 |
# File 'lib/adcenter_wrapper_entities.rb', line 6105 def initialize(accountIds = nil) @accountIds = accountIds end |
Instance Attribute Details
#accountIds ⇒ Object
Returns the value of attribute accountIds.
6103 6104 6105 |
# File 'lib/adcenter_wrapper_entities.rb', line 6103 def accountIds @accountIds end |