Method: GoodData::ExecutionDetail#started

Defined in:
lib/gooddata/models/execution_detail.rb

#startedObject

Timestamp when execution was started



54
55
56
# File 'lib/gooddata/models/execution_detail.rb', line 54

def started
  Time.parse(json['executionDetail']['started'])
end