Gcloud::Datastore::Properties

Properties

Hash-like data structure for Datastore properties.

See Gcloud::Datastore::Entity#properties

Methods

Public Class Methods

new(properties = {})

Public Instance Methods

[](key)

Also aliased as: read

[]=(key, value)

Also aliased as: write

delete(key, &block)

each(&block)

exist?(key)

fetch(key, &_block)

read(key)

Alias for: []

to_h()

Also aliased as: to_hash

to_hash()

Alias for: to_h

write(key, value)

Alias for: []=