Class: Cloudflare::Account

Inherits:
Representation
  • Object
show all
Defined in:
lib/cloudflare/accounts.rb

Instance Method Summary collapse

Methods inherited from Representation

#process_response, #represent, #represent_message, #representation, #to_hash

Instance Method Details

#idObject



31
32
33
# File 'lib/cloudflare/accounts.rb', line 31

def id
	value[:id]
end

#kv_namespacesObject



35
36
37
# File 'lib/cloudflare/accounts.rb', line 35

def kv_namespaces
	self.with(KV::Namespaces, path: 'storage/kv/namespaces')
end