Class: AdCenterWrapper::GoalResult

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(goalId = nil, stepIds = nil) ⇒ GoalResult

Returns a new instance of GoalResult.

[View source]

1418
1419
1420
1421
# File 'lib/CampaignManagementService.rb', line 1418

def initialize(goalId = nil, stepIds = nil)
  @goalId = goalId
  @stepIds = stepIds
end

Instance Attribute Details

#goalIdObject

Returns the value of attribute goalId.


1415
1416
1417
# File 'lib/CampaignManagementService.rb', line 1415

def goalId
  @goalId
end

#stepIdsObject

Returns the value of attribute stepIds.


1416
1417
1418
# File 'lib/CampaignManagementService.rb', line 1416

def stepIds
  @stepIds
end