class GoogleAnalytics::Push

Public Class Methods

new(attributes) click to toggle source
# File lib/tracking/push.rb, line 6
def initialize(attributes)
  @attributes = attributes
end

Public Instance Methods

write() click to toggle source
# File lib/tracking/push.rb, line 10
def write
  @attributes.to_json
end