Class: AdWords::V201003::BulkMutateJobService::JobEvent

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



2801
2802
2803
2804
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2801

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

Instance Attribute Details

#dateTimeObject

Returns the value of attribute dateTime.



2798
2799
2800
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2798

def dateTime
  @dateTime
end

#jobEvent_TypeObject

Returns the value of attribute jobEvent_Type.



2799
2800
2801
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2799

def jobEvent_Type
  @jobEvent_Type
end