Class: AdCenterWrapper::GoalError
- Inherits:
-
Object
- Object
- AdCenterWrapper::GoalError
- Defined in:
- lib/CampaignManagementService.rb
Overview
batchErrors - AdCenterWrapper::ArrayOfBatchError
index - SOAP::SOAPInt
stepErrors - AdCenterWrapper::ArrayOfBatchError
Instance Attribute Summary collapse
-
#batchErrors ⇒ Object
Returns the value of attribute batchErrors.
-
#index ⇒ Object
Returns the value of attribute index.
-
#stepErrors ⇒ Object
Returns the value of attribute stepErrors.
Instance Method Summary collapse
-
#initialize(batchErrors = nil, index = nil, stepErrors = nil) ⇒ GoalError
constructor
A new instance of GoalError.
Constructor Details
permalink #initialize(batchErrors = nil, index = nil, stepErrors = nil) ⇒ GoalError
Returns a new instance of GoalError.
1437 1438 1439 1440 1441 |
# File 'lib/CampaignManagementService.rb', line 1437 def initialize(batchErrors = nil, index = nil, stepErrors = nil) @batchErrors = batchErrors @index = index @stepErrors = stepErrors end |
Instance Attribute Details
permalink #batchErrors ⇒ Object
Returns the value of attribute batchErrors.
1433 1434 1435 |
# File 'lib/CampaignManagementService.rb', line 1433 def batchErrors @batchErrors end |
permalink #index ⇒ Object
Returns the value of attribute index.
1434 1435 1436 |
# File 'lib/CampaignManagementService.rb', line 1434 def index @index end |
permalink #stepErrors ⇒ Object
Returns the value of attribute stepErrors.
1435 1436 1437 |
# File 'lib/CampaignManagementService.rb', line 1435 def stepErrors @stepErrors end |