Sha256: 8db716ae42fd175c13c0525286f43b82bfb8ac8f020ec7e4e0e5b76644ddfe03
Contents?: true
Size: 416 Bytes
Versions: 30
Compression:
Stored size: 416 Bytes
Contents
module RTurk class SetHITTypeNotification < Operation PARAMZ = [:hit_type_id, :notification, :active] attr_accessor *PARAMZ require_params *PARAMZ def to_params { :HITTypeId => self.hit_type_id, :Active => self.active }. merge(self.notification.to_param_hash) end end def self.SetHITTypeNotification(*args) RTurk::SetHITTypeNotification.create(*args) end end
Version data entries
30 entries across 30 versions & 1 rubygems