Method: Databasedotcom::Client#recent
- Defined in:
- lib/databasedotcom/client.rb
#recent ⇒ Object
Returns a Collection of recently touched items. The Collection contains Sobject instances that are fully populated with their correct values.
272 273 274 275 |
# File 'lib/databasedotcom/client.rb', line 272 def recent result = http_get("/services/data/v#{self.version}/recent") collection_from(result.body) end |