Method: SDM::Query#completed_at

Defined in:
lib/models/porcelain.rb

#completed_atObject

The time at which the Query was completed. Empty if this record indicates the start of a long-running query.



7039
7040
7041
# File 'lib/models/porcelain.rb', line 7039

def completed_at
  @completed_at
end