Class: OozieAction

Inherits:
OozieObject show all
Defined in:
lib/oozie_objects.rb

Instance Attribute Summary

Attributes inherited from OozieObject

#table

Instance Method Summary collapse

Instance Method Details

#ended_atObject



62
# File 'lib/oozie_objects.rb', line 62

def ended_at; Time.parse(endTime) if endTime; end

#started_atObject



61
# File 'lib/oozie_objects.rb', line 61

def started_at; Time.parse(startTime) if startTime; end