Class: Cloudflare::Logs::Entry

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

Constant Summary

Constants inherited from Representation

Representation::WRAPPER

Instance Method Summary collapse

Methods inherited from Representation

#errors, #messages, #represent, #represent_message, #representation, #result, #results, #success?, #to_hash, #to_id

Instance Method Details

#to_sObject



12
13
14
# File 'lib/cloudflare/logs.rb', line 12

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