Sha256: a6024fc85005a968be319298f16d1a984be0926d95b2fdf8efc002e5a0205d10
Contents?: true
Size: 396 Bytes
Versions: 30
Compression:
Stored size: 396 Bytes
Contents
module RTurk class SendTestEventNotification < Operation PARAMZ = [:notification, :test_event_type] attr_accessor *PARAMZ require_params *PARAMZ def to_params { :TestEventType => self.test_event_type }. merge(self.notification.to_param_hash) end end def self.SendTestEventNotification(*args) RTurk::SendTestEventNotification.create(*args) end end
Version data entries
30 entries across 30 versions & 1 rubygems