class ShakeTheCounter::Contact
Sets up a contact object
Attributes
key[RW]
raw_data[RW]
Public Class Methods
new(args={}, performance: nil)
click to toggle source
# File lib/shake_the_counter/contact.rb, line 9 def initialize(args={}, performance: nil) self.key = args["ContactKey"] self.raw_data = args end