Class: AdWords::V201003::BulkMutateJobService::JobContext

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



2788
2789
2790
2791
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2788

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

Instance Attribute Details

#authenticatedUserEmailObject

Returns the value of attribute authenticatedUserEmail.



2785
2786
2787
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2785

def authenticatedUserEmail
  @authenticatedUserEmail
end

#effectiveCustomerIdObject

Returns the value of attribute effectiveCustomerId.



2786
2787
2788
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2786

def effectiveCustomerId
  @effectiveCustomerId
end