Class: AdWords::V200909::BulkMutateJobService::OperationStream
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::OperationStream
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
OperationStream
-
scopingEntityId - AdWords::V200909::BulkMutateJobService::EntityId
-
operations - AdWords::V200909::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.
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
#operations ⇒ Object
Returns the value of attribute operations.
3002 3003 3004 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3002 def operations @operations end |
#scopingEntityId ⇒ Object
Returns the value of attribute scopingEntityId.
3001 3002 3003 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3001 def scopingEntityId @scopingEntityId end |