class EventStore::HTTP::MediaTypes::Events::Batch

Public Instance Methods

size() click to toggle source
# File lib/event_store/http/media_types/events/batch.rb, line 10
def size
  events.count
end