Sha256: 530b708d8432a169fcda2ea1f8a06f87e7d92456fb7fc09c7b5e1a5a824fb143
Contents?: true
Size: 420 Bytes
Versions: 138
Compression:
Stored size: 420 Bytes
Contents
module ForestLiana class MixpanelEventSerializer include JSONAPI::Serializer attribute :id attribute :event attribute :city attribute :region attribute :timezone attribute :os attribute :osVersion attribute :country attribute :date attribute :browser def self_link nil end def type @options[:context][:type] || 'mixpanel_events' end end end
Version data entries
138 entries across 138 versions & 1 rubygems