Sha256: 1d1eb206ddb18e1db93d2f39d64a2c66b414da1d6a86b9898206863f3f6bec8c
Contents?: true
Size: 243 Bytes
Versions: 11
Compression:
Stored size: 243 Bytes
Contents
module Keen class Event attr_accessor :timestamp, :collection_name, :body def initialize(timestamp, collection_name, body) @timestamp = timestamp @collection_name = collection_name @body = body end end end
Version data entries
11 entries across 11 versions & 1 rubygems