Method: AppEngine::Datastore::Key#to_s
- Defined in:
- lib/appengine-apis/datastore_types.rb
#to_s ⇒ Object
Converts a Key into a websafe string. For example, this string can safely be used as an URL parameter embedded in a HTML document.
264 265 266 |
# File 'lib/appengine-apis/datastore_types.rb', line 264 def to_s JavaDatastore::KeyFactory.keyToString(self) end |