lib/staccato/social.rb in staccato-0.0.2 vs lib/staccato/social.rb in staccato-0.0.3

- old
+ new

@@ -1,14 +1,18 @@ module Staccato + # Social Hit type field definitions + # @author Tony Pitale class Social + # Social field definitions FIELDS = { action: 'sa', network: 'sn', target: 'st' } include Hit + # social hit type def type :social end end end