Class: SnowplowTracker::DeviceTimestamp

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) ⇒ DeviceTimestamp

Returns a new instance of DeviceTimestamp.



40
41
42
# File 'lib/snowplow-tracker/timestamp.rb', line 40

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