Sha256: 709e2703391f04145fc2fc4aa5d5692286165a61dc703d46b6ee32f21327ada7
Contents?: true
Size: 275 Bytes
Versions: 3
Compression:
Stored size: 275 Bytes
Contents
module Keen class Event attr_accessor :event_collection, :properties, :timestamp def initialize(event_collection, properties, timestamp=nil) @event_collection = event_collection @properties = properties @timestamp = timestamp end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
keen-0.3.0 | lib/keen/event.rb |
keen-0.2.2 | lib/keen/event.rb |
keen-0.2.0 | lib/keen/event.rb |