Class: Cloudflare::Logs::Entry

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

Instance Method Summary collapse

Methods inherited from Representation

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

Instance Method Details

#to_sObject



27
28
29
# File 'lib/cloudflare/logs.rb', line 27

def to_s
	"#{value[:rayid]}-#{value[:ClientRequestURI]}"
end