Class: AdCenterWrapper::GoalResult
- Inherits:
-
Object
- Object
- AdCenterWrapper::GoalResult
- Defined in:
- lib/CampaignManagementService.rb
Overview
goalId - SOAP::SOAPLong
stepIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#goalId ⇒ Object
Returns the value of attribute goalId.
-
#stepIds ⇒ Object
Returns the value of attribute stepIds.
Instance Method Summary collapse
-
#initialize(goalId = nil, stepIds = nil) ⇒ GoalResult
constructor
A new instance of GoalResult.
Constructor Details
permalink #initialize(goalId = nil, stepIds = nil) ⇒ GoalResult
Returns a new instance of GoalResult.
1418 1419 1420 1421 |
# File 'lib/CampaignManagementService.rb', line 1418 def initialize(goalId = nil, stepIds = nil) @goalId = goalId @stepIds = stepIds end |
Instance Attribute Details
permalink #goalId ⇒ Object
Returns the value of attribute goalId.
1415 1416 1417 |
# File 'lib/CampaignManagementService.rb', line 1415 def goalId @goalId end |
permalink #stepIds ⇒ Object
Returns the value of attribute stepIds.
1416 1417 1418 |
# File 'lib/CampaignManagementService.rb', line 1416 def stepIds @stepIds end |