Class: AdCenterWrapper::GetGoalsResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(goals = nil) ⇒ GetGoalsResponse

Returns a new instance of GetGoalsResponse.

[View source]

2488
2489
2490
# File 'lib/CampaignManagementService.rb', line 2488

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

Instance Attribute Details

#goalsObject

Returns the value of attribute goals.


2486
2487
2488
# File 'lib/CampaignManagementService.rb', line 2486

def goals
  @goals
end