Class: AdWords::V201008::BulkMutateJobService::OperationStream

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

Overview

OperationStream

  • scopingEntityId - AdWords::V201008::BulkMutateJobService::EntityId

  • operations - AdWords::V201008::BulkMutateJobService::Operation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of OperationStream.



3819
3820
3821
3822
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3819

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

Instance Attribute Details

#operationsObject

Returns the value of attribute operations.



3817
3818
3819
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3817

def operations
  @operations
end

#scopingEntityIdObject

Returns the value of attribute scopingEntityId.



3816
3817
3818
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3816

def scopingEntityId
  @scopingEntityId
end