Method: SDM::Query#completed_at
- Defined in:
- lib/models/porcelain.rb
#completed_at ⇒ Object
The time at which the Query was completed. Empty if this record indicates the start of a long-running query.
6965 6966 6967 |
# File 'lib/models/porcelain.rb', line 6965 def completed_at @completed_at end |