Class: AdWords::V200909::BulkMutateJobService::JobEvent
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::JobEvent
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
JobEvent
-
dateTime - SOAP::SOAPString
-
jobEvent_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dateTime ⇒ Object
Returns the value of attribute dateTime.
-
#jobEvent_Type ⇒ Object
Returns the value of attribute jobEvent_Type.
Instance Method Summary collapse
-
#initialize(dateTime = nil, jobEvent_Type = nil) ⇒ JobEvent
constructor
A new instance of JobEvent.
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
#dateTime ⇒ Object
Returns the value of attribute dateTime.
2369 2370 2371 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2369 def dateTime @dateTime end |
#jobEvent_Type ⇒ Object
Returns the value of attribute jobEvent_Type.
2370 2371 2372 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2370 def jobEvent_Type @jobEvent_Type end |