Class: Cloudflare::User
- Inherits:
-
Representation
- Object
- Async::REST::Representation
- Representation
- Cloudflare::User
- Defined in:
- lib/cloudflare/user.rb
Instance Method Summary collapse
Methods inherited from Representation
#process_response, #represent, #represent_message, #representation, #to_hash
Instance Method Details
#email ⇒ Object
32 33 34 |
# File 'lib/cloudflare/user.rb', line 32 def email value[:email] end |
#id ⇒ Object
28 29 30 |
# File 'lib/cloudflare/user.rb', line 28 def id value[:id] end |