Class: AdWords::V200909::BulkMutateJobService::JobContext
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::JobContext
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
JobContext
-
authenticatedUserEmail - SOAP::SOAPString
-
effectiveCustomerId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#authenticatedUserEmail ⇒ Object
Returns the value of attribute authenticatedUserEmail.
-
#effectiveCustomerId ⇒ Object
Returns the value of attribute effectiveCustomerId.
Instance Method Summary collapse
-
#initialize(authenticatedUserEmail = nil, effectiveCustomerId = nil) ⇒ JobContext
constructor
A new instance of JobContext.
Constructor Details
#initialize(authenticatedUserEmail = nil, effectiveCustomerId = nil) ⇒ JobContext
Returns a new instance of JobContext.
2359 2360 2361 2362 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2359 def initialize(authenticatedUserEmail = nil, effectiveCustomerId = nil) @authenticatedUserEmail = authenticatedUserEmail @effectiveCustomerId = effectiveCustomerId end |
Instance Attribute Details
#authenticatedUserEmail ⇒ Object
Returns the value of attribute authenticatedUserEmail.
2356 2357 2358 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2356 def authenticatedUserEmail @authenticatedUserEmail end |
#effectiveCustomerId ⇒ Object
Returns the value of attribute effectiveCustomerId.
2357 2358 2359 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2357 def effectiveCustomerId @effectiveCustomerId end |