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.



13247
13248
13249
# File 'lib/models/porcelain.rb', line 13247

def completed_at
  @completed_at
end