class EventSource::EventStore::HTTP::Log

Public Instance Methods

tag!(tags) click to toggle source
# File lib/event_source/event_store/http/log.rb, line 5
def tag!(tags)
  tags << :event_source_event_store_http
  tags << :event_store
  tags << :library
  tags << :verbose
end