Class: AdWords::V200909::BulkMutateJobService::JobEvent

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

Overview

JobEvent

  • dateTime - SOAP::SOAPString

  • jobEvent_Type - SOAP::SOAPString

Direct Known Subclasses

BulkMutateJobEvent

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dateTime = nil, jobEvent_Type = nil) ⇒ JobEvent

Returns a new instance of JobEvent.



2372
2373
2374
2375
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2372

def initialize(dateTime = nil, jobEvent_Type = nil)
  @dateTime = dateTime
  @jobEvent_Type = jobEvent_Type
end

Instance Attribute Details

#dateTimeObject

Returns the value of attribute dateTime.



2369
2370
2371
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2369

def dateTime
  @dateTime
end

#jobEvent_TypeObject

Returns the value of attribute jobEvent_Type.



2370
2371
2372
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2370

def jobEvent_Type
  @jobEvent_Type
end