Class: Cloudflare::Account
- Inherits:
-
Representation
- Object
- Async::REST::Representation
- Representation
- Cloudflare::Account
- 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
#id ⇒ Object
31 32 33 |
# File 'lib/cloudflare/accounts.rb', line 31 def id value[:id] end |
#kv_namespaces ⇒ Object
35 36 37 |
# File 'lib/cloudflare/accounts.rb', line 35 def kv_namespaces self.with(KV::Namespaces, path: 'storage/kv/namespaces') end |