Class: Rack::Tracker::FacebookPixel::Event

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/rack/tracker/facebook_pixel/facebook_pixel.rb

Instance Method Summary collapse

Methods inherited from OpenStruct

#to_h

Instance Method Details

#writeObject



3
4
5
# File 'lib/rack/tracker/facebook_pixel/facebook_pixel.rb', line 3

def write
  options.present? ? type_to_json << options_to_json : type_to_json
end