Class: AdCenterWrapper::AccountReportScope

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

Overview

https://adcenter.microsoft.com/v7AccountReportScope

accountIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIdsObject

Returns the value of attribute accountIds.



6103
6104
6105
# File 'lib/adcenter_wrapper_entities.rb', line 6103

def accountIds
  @accountIds
end