Class: OozieAction
- Inherits:
-
OozieObject
- Object
- OpenStruct
- OozieObject
- OozieAction
- Defined in:
- lib/oozie_objects.rb
Instance Attribute Summary
Attributes inherited from OozieObject
Instance Method Summary collapse
Instance Method Details
#ended_at ⇒ Object
62 |
# File 'lib/oozie_objects.rb', line 62 def ended_at; Time.parse(endTime) if endTime; end |
#started_at ⇒ Object
61 |
# File 'lib/oozie_objects.rb', line 61 def started_at; Time.parse(startTime) if startTime; end |