Class: AdWords::V201008::BulkMutateJobService::JobEvent
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::JobEvent
- Defined in:
- lib/adwords4r/v201008/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.
3180 3181 3182 3183 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3180 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.
3177 3178 3179 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3177 def dateTime @dateTime end |
#jobEvent_Type ⇒ Object
Returns the value of attribute jobEvent_Type.
3178 3179 3180 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3178 def jobEvent_Type @jobEvent_Type end |