Class: AdWords::V201003::BulkMutateJobService::OperationStream
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::OperationStream
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
OperationStream
-
scopingEntityId - AdWords::V201003::BulkMutateJobService::EntityId
-
operations - AdWords::V201003::BulkMutateJobService::Operation
Instance Attribute Summary collapse
-
#operations ⇒ Object
Returns the value of attribute operations.
-
#scopingEntityId ⇒ Object
Returns the value of attribute scopingEntityId.
Instance Method Summary collapse
-
#initialize(scopingEntityId = nil, operations = []) ⇒ OperationStream
constructor
A new instance of OperationStream.
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
#operations ⇒ Object
Returns the value of attribute operations.
3431 3432 3433 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3431 def operations @operations end |
#scopingEntityId ⇒ Object
Returns the value of attribute scopingEntityId.
3430 3431 3432 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3430 def scopingEntityId @scopingEntityId end |