Class: AdWords::V200909::BulkMutateJobService::OperationStream

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

Overview

OperationStream

  • scopingEntityId - AdWords::V200909::BulkMutateJobService::EntityId

  • operations - AdWords::V200909::BulkMutateJobService::Operation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of OperationStream.



3004
3005
3006
3007
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3004

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

Instance Attribute Details

#operationsObject

Returns the value of attribute operations.



3002
3003
3004
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3002

def operations
  @operations
end

#scopingEntityIdObject

Returns the value of attribute scopingEntityId.



3001
3002
3003
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3001

def scopingEntityId
  @scopingEntityId
end