Class: AdWords::V201008::BulkMutateJobService::JobContext

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/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.



3167
3168
3169
3170
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3167

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

Instance Attribute Details

#authenticatedUserEmailObject

Returns the value of attribute authenticatedUserEmail.



3164
3165
3166
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3164

def authenticatedUserEmail
  @authenticatedUserEmail
end

#effectiveCustomerIdObject

Returns the value of attribute effectiveCustomerId.



3165
3166
3167
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3165

def effectiveCustomerId
  @effectiveCustomerId
end