Class: AdWords::V201003::BulkMutateJobService::JobEvent
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::JobEvent
- Defined in:
- lib/adwords4r/v201003/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.
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
#dateTime ⇒ Object
Returns the value of attribute dateTime.
2798 2799 2800 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2798 def dateTime @dateTime end |
#jobEvent_Type ⇒ Object
Returns the value of attribute jobEvent_Type.
2799 2800 2801 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2799 def jobEvent_Type @jobEvent_Type end |