Class: Cloudflare::Logs::Entry
- Inherits:
-
Representation
- Object
- Async::REST::Representation
- Representation
- Cloudflare::Logs::Entry
- 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_s ⇒ Object
27 28 29 |
# File 'lib/cloudflare/logs.rb', line 27 def to_s "#{value[:rayid]}-#{value[:ClientRequestURI]}" end |