Class: SnowplowTracker::TrueTimestamp

Inherits:
Timestamp
  • Object
show all
Defined in:
lib/snowplow-tracker/timestamp.rb

Instance Attribute Summary

Attributes inherited from Timestamp

#type, #value

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ TrueTimestamp

Returns a new instance of TrueTimestamp.



32
33
34
# File 'lib/snowplow-tracker/timestamp.rb', line 32

def initialize(value) 
    super 'ttm', value
end