class EventStore::HTTP::Log::Data
Public Instance Methods
tag!(tags)
click to toggle source
# File lib/event_store/http/log.rb, line 13 def tag!(tags) tags << :event_store_http_data tags << :data end
# File lib/event_store/http/log.rb, line 13 def tag!(tags) tags << :event_store_http_data tags << :data end