Class: AdWords::V201003::BulkMutateJobService::OperationStream

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

OperationStream

  • scopingEntityId - AdWords::V201003::BulkMutateJobService::EntityId

  • operations - AdWords::V201003::BulkMutateJobService::Operation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(scopingEntityId = nil, operations = []) ⇒ OperationStream

Returns a new instance of OperationStream.



3433
3434
3435
3436
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3433

def initialize(scopingEntityId = nil, operations = [])
  @scopingEntityId = scopingEntityId
  @operations = operations
end

Instance Attribute Details

#operationsObject

Returns the value of attribute operations.



3431
3432
3433
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3431

def operations
  @operations
end

#scopingEntityIdObject

Returns the value of attribute scopingEntityId.



3430
3431
3432
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3430

def scopingEntityId
  @scopingEntityId
end