Class: AdwordsApi::V200909::BulkMutateJobService::JobContext

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v200909/BulkMutateJobService.rb

Overview

JobContext

  • authenticatedUserEmail - SOAP::SOAPString

  • effectiveCustomerId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(authenticatedUserEmail = nil, effectiveCustomerId = nil) ⇒ JobContext

Returns a new instance of JobContext.



2364
2365
2366
2367
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 2364

def initialize(authenticatedUserEmail = nil, effectiveCustomerId = nil)
  @authenticatedUserEmail = authenticatedUserEmail
  @effectiveCustomerId = effectiveCustomerId
end

Instance Attribute Details

#authenticatedUserEmailObject

Returns the value of attribute authenticatedUserEmail.



2361
2362
2363
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 2361

def authenticatedUserEmail
  @authenticatedUserEmail
end

#effectiveCustomerIdObject

Returns the value of attribute effectiveCustomerId.



2362
2363
2364
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 2362

def effectiveCustomerId
  @effectiveCustomerId
end