Class: AdCenterWrapper::GetTargetsByIdsResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(targets = nil) ⇒ GetTargetsByIdsResponse

Returns a new instance of GetTargetsByIdsResponse.

[View source]

3235
3236
3237
# File 'lib/CampaignManagementService.rb', line 3235

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

Instance Attribute Details

#targetsObject

Returns the value of attribute targets.


3233
3234
3235
# File 'lib/CampaignManagementService.rb', line 3233

def targets
  @targets
end