Class: AdWords::V201008::BulkMutateJobService::OperationStream
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::OperationStream
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
OperationStream
-
scopingEntityId - AdWords::V201008::BulkMutateJobService::EntityId
-
operations - AdWords::V201008::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.
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
#operations ⇒ Object
Returns the value of attribute operations.
3817 3818 3819 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3817 def operations @operations end |
#scopingEntityId ⇒ Object
Returns the value of attribute scopingEntityId.
3816 3817 3818 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3816 def scopingEntityId @scopingEntityId end |