Class: EventStore::HTTP::Log::Data

Inherits:
Log
  • Object
show all
Defined in:
lib/event_store/http/log.rb

Instance Method Summary collapse

Instance Method Details

#tag!(tags) ⇒ Object



13
14
15
16
# File 'lib/event_store/http/log.rb', line 13

def tag!(tags)
  tags << :event_store_http_data
  tags << :data
end