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.



6856
6857
6858
# File 'lib/models/porcelain.rb', line 6856

def completed_at
  @completed_at
end