Class: Cloudflare::User

Inherits:
Representation show all
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

#emailObject



32
33
34
# File 'lib/cloudflare/user.rb', line 32

def email
	value[:email]
end

#idObject



28
29
30
# File 'lib/cloudflare/user.rb', line 28

def id
	value[:id]
end